[680][app]登录页面不进行连接状态toast和消息弹出提示

This commit is contained in:
xinfengkun
2024-11-27 15:37:10 +08:00
parent 82a57c10f9
commit a87d9f519e
3 changed files with 11 additions and 1 deletions

View File

@@ -24,6 +24,13 @@ object CallerIpcConnectStateToastManager : CallerBase<IMoGoIpcConnectStateToastL
}
}
/**
* 登录页面展示时不进行toast和消息弹出
*/
fun loginFragment(isShow: Boolean) {
invoke(!isShow)
}
fun ipcConnected() {
powerOffMsgId = -1L
invoke(true)