Commit dca23978 authored by maxiaoliang's avatar maxiaoliang

修改bug

parent 1a3690c1
......@@ -44,6 +44,9 @@ class NewSplashActivity : BaseActivity<ActivityLayoutSplashBinding>(),
if (isDestroyed) {
return
}
if(ConfigHelper.isInterAdShow){
finish()
}
jumpType = intent.getIntExtra("actionId", 0)
if (jumpType != 0) {
val cancelIntent = Intent(this, CloseNotificationReceiver::class.java)
......
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