Merge pull request #2311 from 821938089/little-fix

修复订阅源调试没有输出的问题
pull/2314/head
Horis 2 years ago committed by GitHub
commit 9d06037bd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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)
}
}

Loading…
Cancel
Save