[8.2.4][fix]修复司机端首次打开app,更多页面按钮缺失
This commit is contained in:
@@ -21,6 +21,7 @@ import com.mogo.eagle.core.function.hmi.bone.toolkit.custom.ToolDriverRomaView
|
||||
import com.mogo.eagle.core.function.hmi.bone.toolkit.custom.ToolRestartSystemView
|
||||
import com.mogo.eagle.core.function.hmi.bone.toolkit.custom.ToolStopServiceView
|
||||
import com.mogo.eagle.core.function.hmi.ui.setting.ToggleDebugView
|
||||
import com.mogo.eagle.core.function.main.MainMoGoApplication
|
||||
import com.mogo.eagle.core.utilcode.mogo.AppIdentityModeUtils
|
||||
import com.mogo.eagle.core.utilcode.mogo.logger.Logger
|
||||
import com.mogo.eagle.core.utilcode.util.ActivityUtils
|
||||
@@ -353,7 +354,7 @@ object ToolKitDataManager : IToolKitItemClickListener, IDataCenterBizListener {
|
||||
if (!isLogin) {
|
||||
unInit()
|
||||
} else {
|
||||
AppStateManager.currentActivity()?.also {
|
||||
(AppStateManager.currentActivity() ?: MainMoGoApplication.getApp())?.also {
|
||||
init(it)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user