add default icon of launch

This commit is contained in:
unknown
2020-07-23 14:47:53 +08:00
parent 9dc635cd9b
commit 3cece986fb
2 changed files with 1 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ open abstract class MogoAuthorizeManagerImpl : IMogoAuthorizeInvoke {
override fun needAuthorize(tag: String): Boolean {
Logger.d(TAG, "===== needAuthorize update agreement in background")
// baseController.checkIfNeedAuthorize(tag.toAuthorizeType())
baseController.checkIfNeedAuthorize(tag.toAuthorizeType())
return needAuthorization(tag.toAuthorizeType())
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB