You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: feature/revenue/src/playStore/java/com/buzbuz/smartautoclicker/feature/revenue/data/ads/InterstitialAdsDataSource.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,8 @@ internal class InterstitialAdsDataSource @Inject constructor(
168
168
}
169
169
}
170
170
171
-
privatefunonAdDismissed(impression:Boolean) {
171
+
// TODO: Revert to private once the ads account is no longer limited
Copy file name to clipboardExpand all lines: feature/revenue/src/playStore/java/com/buzbuz/smartautoclicker/feature/revenue/domain/RevenueRepository.kt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,9 @@ internal class RevenueRepository @Inject constructor(
170
170
}
171
171
172
172
overridefunshowAd(activity:Activity) {
173
+
// TODO: Revert error handling once the ads account is no longer limited
174
+
if (adsState.value ==AdState.ERROR) adsDataSource.onAdDismissed(true)
Copy file name to clipboardExpand all lines: feature/revenue/src/playStore/java/com/buzbuz/smartautoclicker/feature/revenue/ui/paywall/PaywallViewModel.kt
0 commit comments