设置 position值
This commit is contained in:
parent
10b42951a8
commit
3781711e2e
|
|
@ -144,7 +144,7 @@ class SplashActivity : AppViewsEmptyViewModelActivity<ViewBinding>(), OnTabStyle
|
||||||
if (AdConfigManager.shouldShowInterstitialAfterAppOpenFailure()) {
|
if (AdConfigManager.shouldShowInterstitialAfterAppOpenFailure()) {
|
||||||
lifecycleScope.launch {
|
lifecycleScope.launch {
|
||||||
try {
|
try {
|
||||||
when (val interstitialResult = AdShowExt.showInterstitialAd(this@SplashActivity, "kkkkkkkkkkkkkkkkkkkkkk")) {
|
when (val interstitialResult = AdShowExt.showInterstitialAd(this@SplashActivity, "splash")) {
|
||||||
is AdResult.Success -> {
|
is AdResult.Success -> {
|
||||||
delayAndJumpToMain(true)
|
delayAndJumpToMain(true)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -308,7 +308,7 @@ class HomeFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnSwit
|
||||||
|
|
||||||
lifecycleScope.launch {
|
lifecycleScope.launch {
|
||||||
try {
|
try {
|
||||||
when (val result = AdShowExt.showInterstitialAd(requireActivity(), "kkkkkkkk")) {
|
when (val result = AdShowExt.showInterstitialAd(requireActivity(), "RV_VideoStream")) {
|
||||||
is AdResult.Success -> {
|
is AdResult.Success -> {
|
||||||
callback.invoke()
|
callback.invoke()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue