fix bug of twice callBack

This commit is contained in:
unknown
2020-03-30 15:29:11 +08:00
parent 4822e046cc
commit f65c42a7ea

View File

@@ -80,6 +80,7 @@ class AuthorizePresenter : Presenter<AuthorizeContract.View>, AuthorizeContract.
}
private fun closeAuthorizeView() {
invokeTag = null
mogoAuthShow.hideAuthorizeView()
}