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

Commit 88ba2f48 authored by Jeffrey Brown's avatar Jeffrey Brown Committed by Gerrit Code Review
Browse files

Merge "Disable usage of WAL in DatabaseHelper"

parents 04ce0d25 4de6f2cf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -109,7 +109,6 @@ public class DatabaseHelper extends SQLiteOpenHelper {
        super(context, dbNameForUser(userHandle), null, DATABASE_VERSION);
        mContext = context;
        mUserHandle = userHandle;
        setWriteAheadLoggingEnabled(true);
    }

    public static boolean isValidTable(String name) {