【提现】点击激励按钮,广告结束之后,提现进度未变

This commit is contained in:
renhaoting 2026-01-16 11:32:38 +08:00
parent 20cf340eba
commit 0262a19fba
2 changed files with 2 additions and 1 deletions

View File

@ -94,7 +94,7 @@ object VidiConst {
const val DIAMOND_NUM_FOR_ONE_AD = 1 const val DIAMOND_NUM_FOR_ONE_AD = 1
const val WITHDRAW_SMALL_NUM = 0.1F const val WITHDRAW_SMALL_NUM = 0.1F
const val WITHDRAW_REWARD_AD_REVENUE_PERCENT = 0.3F const val WITHDRAW_REWARD_AD_REVENUE_PERCENT = 0.3

View File

@ -175,6 +175,7 @@ class WatchAdActivity : AppViewsEmptyViewModelActivity<ViewBinding>(), OnTabStyl
if (TestingManager.instance().isRewardAdDisable()) { if (TestingManager.instance().isRewardAdDisable()) {
lifecycleScope.launch { lifecycleScope.launch {
delay(2000) delay(2000)
mRewardedDollarNum = 0.5
notifyAdWatchFinish() notifyAdWatchFinish()
} }
} else { } else {