优化
This commit is contained in:
@@ -32,7 +32,7 @@ object SourceVerificationHelp {
|
|||||||
startBrowser(source, url, title, true)
|
startBrowser(source, url, title, true)
|
||||||
}
|
}
|
||||||
|
|
||||||
var waitUserInput: Boolean = false
|
var waitUserInput = false
|
||||||
while(CacheManager.get(key) == null) {
|
while(CacheManager.get(key) == null) {
|
||||||
if (!waitUserInput) {
|
if (!waitUserInput) {
|
||||||
AppLog.putDebug("等待返回验证结果...")
|
AppLog.putDebug("等待返回验证结果...")
|
||||||
|
|||||||
Reference in New Issue
Block a user