This commit is contained in:
kunfei 2022-05-14 23:02:52 +08:00
parent 1a77c722d1
commit a6f904d543

View File

@ -32,7 +32,7 @@ object SourceVerificationHelp {
startBrowser(source, url, title, true)
}
var waitUserInput: Boolean = false
var waitUserInput = false
while(CacheManager.get(key) == null) {
if (!waitUserInput) {
AppLog.putDebug("等待返回验证结果...")