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

Commit 143e1c5c authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Change the default value of sync mode to NORMAL"

parents 9590eb18 46edcf3b
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();