Merge pull request #1608 from Xwite/master

fix bugs
This commit is contained in:
kunfei
2022-02-11 22:14:49 +08:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ class CheckSourceService : BaseService() {
}
} else {
source.removeGroup("发现失效")
books = exploreBooks
if (books.isEmpty()) books = exploreBooks
}
}
}

View File

@@ -108,7 +108,6 @@ class ReadAloudConfigDialog : DialogFragment() {
postEvent(EventBus.MEDIA_BUTTON, false)
}
}
PreferKey.ttsEngine -> upSpeakEngineSummary()
}
}