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

Commit 6d904465 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

parents b5d7885b 143e1c5c
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();