mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Optimized account swipes invalidation
This commit is contained in:
@@ -211,7 +211,7 @@ public abstract class DB extends RoomDatabase {
|
||||
if (changed) {
|
||||
Log.i("Invalidating folder view");
|
||||
last = folders;
|
||||
db.getInvalidationTracker().notifyObserversByTableNames("message");
|
||||
db.getInvalidationTracker().notifyObserversByTableNames("account", "message");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user