Commit 7af46e03 authored by wanglei's avatar wanglei

...

parent b098b9ca
......@@ -175,7 +175,6 @@ class SplashActivity : BaseActivity<ActivitySplash2Binding>(), SplashView {
}
val actionId = intent.extras?.getString("actionId")
LogEx.logDebug(TAG, "")
startActivity(Intent(this, MainActivity::class.java).apply {
putExtra("actionId", actionId)
})
......
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