File tree Expand file tree Collapse file tree
api/src/main/java/com/getcode/network/repository
app/src/main/java/com/getcode/view/main/account Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ data class BetaOptions(
3131 giveRequestsEnabled = false ,
3232 buyModuleEnabled = true ,
3333 chatUnsubEnabled = false ,
34- tipsEnabled = false ,
34+ tipsEnabled = true ,
3535 tipsChatEnabled = false ,
3636 tipsChatCashEnabled = false ,
3737 balanceCurrencySelectionEnabled = true ,
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ private fun BetaFlagsViewModel.State.canMutate(flag: PrefsBool): Boolean {
147147 return when (flag) {
148148 PrefsBool .BUY_MODULE_ENABLED -> false
149149 PrefsBool .BALANCE_CURRENCY_SELECTION_ENABLED -> false
150+ PrefsBool .TIPS_ENABLED -> false
150151 PrefsBool .TIPS_CHAT_CASH_ENABLED -> tipsChatEnabled
151152 else -> true
152153 }
You can’t perform that action at this time.
0 commit comments