mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
**2022/09/19**
|
||||
|
||||
* 发现为空时不校验
|
||||
* 订阅添加刷新分类功能,菜单中
|
||||
* 修复webView因为不支持新夜间模式导致的崩溃
|
||||
* 修复阅读背景分主题设置bug by 821938089
|
||||
|
||||
@@ -72,6 +72,7 @@ class CheckSourceService : BaseService() {
|
||||
IntentAction.start -> intent.getStringArrayListExtra("selectIds")?.let {
|
||||
check(it)
|
||||
}
|
||||
|
||||
IntentAction.resume -> upNotification()
|
||||
else -> stopSelf()
|
||||
}
|
||||
@@ -154,7 +155,7 @@ class CheckSourceService : BaseService() {
|
||||
}
|
||||
}
|
||||
//校验发现书籍
|
||||
if (CheckSource.checkDiscovery) {
|
||||
if (CheckSource.checkDiscovery && !source.exploreUrl.isNullOrBlank()) {
|
||||
val exs = source.exploreKinds()
|
||||
var url: String? = null
|
||||
for (ex in exs) {
|
||||
|
||||
Reference in New Issue
Block a user