Commit 3cbbb94e authored by leichao.gao's avatar leichao.gao

解决return

parent 60ce8266
...@@ -46,6 +46,7 @@ class NewSplashActivity : BaseActivity<ActivityLayoutSplashBinding>(), ...@@ -46,6 +46,7 @@ class NewSplashActivity : BaseActivity<ActivityLayoutSplashBinding>(),
} }
if(ConfigHelper.isInterAdShow){ if(ConfigHelper.isInterAdShow){
finish() finish()
return
} }
jumpType = intent.getIntExtra("actionId", 0) jumpType = intent.getIntExtra("actionId", 0)
if (jumpType != 0) { if (jumpType != 0) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment