This commit is contained in:
unknown
2021-01-08 15:36:55 +08:00
parent e5cd503e5d
commit bcca60bb4c
2 changed files with 6 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ HTTPDNS_NOOP_VERSION = 2.0.12
######## 外部依赖引用
# 车聊聊
CARCHATTING_VERSION=2.2.56
CARCHATTING_VERSION=2.2.57
# 车聊聊接口
CARCHATTINGPROVIDER_VERSION=1.1.10
# websocket

View File

@@ -97,7 +97,11 @@ class MogoMainAuthorize private constructor() : MogoAuthorizeManagerImpl(), IMog
}
}
fun release(){
fun release() {
if (authorizeDialog != null && authorizeDialog!!.isShowing) {
authorizeDialog!!.dismiss()
authorizeDialog = null
}
mContext = null
}