Commit e3b3acf5 authored by wanglei's avatar wanglei

...

parent 303c61c7
......@@ -66,6 +66,11 @@ class SplashActivity : BaseActivity<ActivitySplashBinding>() {
override fun initView() {
BarUtils.setStatusBarLightMode(this, true)
BarUtils.setStatusBarColor(this, Color.TRANSPARENT)
if (MyApplication.isInterOpenShowing) {
finish()
}
startStayNotification()
NotificationUtil.stopNotificationHandler()
......
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