Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79263587 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Change the default value of sync mode to NORMAL" am: 143e1c5c am: 6d904465

parents 1e7dc6e3 6d904465
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ public final class SQLiteDatabaseConfiguration {
            if (isLegacyCompatibilityWalEnabled()) {
                return SQLiteCompatibilityWalFlags.getWALSyncMode();
            } else {
                return SQLiteGlobal.getDefaultSyncMode();
                return SQLiteGlobal.getWALSyncMode();
            }
        } else {
            return SQLiteGlobal.getDefaultSyncMode();