设置 position值

This commit is contained in:
renhaoting 2026-01-22 19:30:29 +08:00
parent 10b42951a8
commit 3781711e2e
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ class SplashActivity : AppViewsEmptyViewModelActivity<ViewBinding>(), OnTabStyle
if (AdConfigManager.shouldShowInterstitialAfterAppOpenFailure()) {
lifecycleScope.launch {
try {
when (val interstitialResult = AdShowExt.showInterstitialAd(this@SplashActivity, "kkkkkkkkkkkkkkkkkkkkkk")) {
when (val interstitialResult = AdShowExt.showInterstitialAd(this@SplashActivity, "splash")) {
is AdResult.Success -> {
delayAndJumpToMain(true)
}

View File

@ -308,7 +308,7 @@ class HomeFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnSwit
lifecycleScope.launch {
try {
when (val result = AdShowExt.showInterstitialAd(requireActivity(), "kkkkkkkk")) {
when (val result = AdShowExt.showInterstitialAd(requireActivity(), "RV_VideoStream")) {
is AdResult.Success -> {
callback.invoke()
}