mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Changed log level
This commit is contained in:
@@ -149,7 +149,7 @@ public abstract class DB extends RoomDatabase {
|
||||
mViewTables.get("folder_view").clear();
|
||||
Log.i("Disabled view invalidation");
|
||||
} catch (ReflectiveOperationException ex) {
|
||||
Log.w(ex);
|
||||
Log.e(ex);
|
||||
}
|
||||
|
||||
sInstance.getInvalidationTracker().addObserver(new InvalidationTracker.Observer(DB.DB_TABLES) {
|
||||
|
||||
Reference in New Issue
Block a user