From 660a2c2f8d5da9809f9b60ab75abd517c77823e3 Mon Sep 17 00:00:00 2001 From: Horis <821938089@qq.com> Date: Tue, 20 Sep 2022 16:43:51 +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 --- .../io/legado/app/ui/rss/source/debug/RssSourceDebugModel.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/io/legado/app/ui/rss/source/debug/RssSourceDebugModel.kt b/app/src/main/java/io/legado/app/ui/rss/source/debug/RssSourceDebugModel.kt index 950f405af..b992ab8ca 100644 --- a/app/src/main/java/io/legado/app/ui/rss/source/debug/RssSourceDebugModel.kt +++ b/app/src/main/java/io/legado/app/ui/rss/source/debug/RssSourceDebugModel.kt @@ -29,6 +29,7 @@ class RssSourceDebugModel(application: Application) : BaseViewModel(application) fun startDebug(source: RssSource) { execute { + Debug.callback = this@RssSourceDebugModel Debug.startDebug(this, source) } }