From a6f904d543f4fbb245ecd91c06a09382003273f0 Mon Sep 17 00:00:00 2001 From: kunfei Date: Sat, 14 May 2022 23:02:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/java/io/legado/app/help/SourceVerificationHelp.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/io/legado/app/help/SourceVerificationHelp.kt b/app/src/main/java/io/legado/app/help/SourceVerificationHelp.kt index 39aac0747..1ed311e2f 100644 --- a/app/src/main/java/io/legado/app/help/SourceVerificationHelp.kt +++ b/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("等待返回验证结果...")