This commit is contained in:
unknown
2020-08-25 17:38:55 +08:00
parent 1a1bda0054
commit b0b1556046

View File

@@ -75,6 +75,7 @@ class MogoMainAuthorize private constructor() : MogoAuthorizeManagerImpl(), IMog
private fun pushLayoutToMainWindow(tag: String) {
if(mContext == null){
Logger.d(TAG, "Because of mContext has no init, the application has in background now")
return
}
if (authorizeDialog == null) {