Merge remote-tracking branch 'origin/qa_merge_shunyi_vr_map' into qa_merge_shunyi_vr_map

This commit is contained in:
wangcongtao
2021-01-11 11:32:04 +08:00
2 changed files with 6 additions and 2 deletions

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
}