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

Commit 1bcd3a8f 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:...

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

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2215069



Change-Id: I560a6f70f003179ee759e7a64eb92d3c378219c2
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4d34a544 79263587
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -299,7 +299,7 @@ public final class SQLiteDatabaseConfiguration {
            if (isLegacyCompatibilityWalEnabled()) {
            if (isLegacyCompatibilityWalEnabled()) {
                return SQLiteCompatibilityWalFlags.getWALSyncMode();
                return SQLiteCompatibilityWalFlags.getWALSyncMode();
            } else {
            } else {
                return SQLiteGlobal.getDefaultSyncMode();
                return SQLiteGlobal.getWALSyncMode();
            }
            }
        } else {
        } else {
            return SQLiteGlobal.getDefaultSyncMode();
            return SQLiteGlobal.getDefaultSyncMode();