Commit 2605e61f authored by wanglei's avatar wanglei

...

parent 8557f6d2
...@@ -112,6 +112,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>(), MainView { ...@@ -112,6 +112,7 @@ class MainActivity : BaseActivity<ActivityMainBinding>(), MainView {
mainPresenter = MainPresenter(this, this, lifecycleScope) mainPresenter = MainPresenter(this, this, lifecycleScope)
mainPresenter.initScannerLauncher(this) mainPresenter.initScannerLauncher(this)
actionId = intent.extras?.getString("actionId", "") ?: ""
LogEx.logDebug(TAG, "initView actionId=$actionId", true) LogEx.logDebug(TAG, "initView actionId=$actionId", true)
initViewPager2() initViewPager2()
......
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