[6.6.0] note the main process

This commit is contained in:
EmArrow
2024-08-28 18:21:01 +08:00
parent 684cec78a9
commit b1279a2f0f
9 changed files with 51 additions and 25 deletions

View File

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