[6.6.0] fit bailing func

This commit is contained in:
EmArrow
2024-08-29 21:37:51 +08:00
parent 5abf65298e
commit bf40e5db07
12 changed files with 42 additions and 53 deletions

View File

@@ -221,9 +221,7 @@ object DataManager {
* 从本地数据库中查询数据
*/
fun queryAllMessages(context: Context) {
if (!ProcessUtils.isMainProcess(context)) {
return
}
CallerLogger.i("DataManager", "queryAllMessages")
clearMessageBoxTable(context)
scope.launch {
initCache()