pull/1890/head
kunfei 3 years ago
parent 1a77c722d1
commit a6f904d543
  1. 2
      app/src/main/java/io/legado/app/help/SourceVerificationHelp.kt

@ -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("等待返回验证结果...")

Loading…
Cancel
Save