Remove ad
This commit is contained in:
parent
6c89aedd3f
commit
874c9a7d47
1 changed files with 0 additions and 6 deletions
|
@ -81,12 +81,6 @@ class EndGameDialogFragment : AppCompatDialogFragment() {
|
|||
} else {
|
||||
setNeutralButton(R.string.retry) { _, _ ->
|
||||
gameViewModel.retryObserver.postValue(Unit)
|
||||
|
||||
activity?.let {
|
||||
if (!preferencesRepository.isPremiumEnabled()) {
|
||||
adsManager.requestRewarded(it, Ads.RewardsAds)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue