【提现】点击激励按钮,广告结束之后,提现进度未变
This commit is contained in:
parent
20cf340eba
commit
0262a19fba
|
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue