2463 Disable WAL

This commit is contained in:
Martin Fietz 2018-11-07 21:07:20 +01:00
parent d7ce8c57cc
commit 006204c3df
1 changed files with 0 additions and 1 deletions

View File

@ -334,7 +334,6 @@ public class PodDBAdapter {
SQLiteDatabase newDb;
try {
newDb = SingletonHolder.dbHelper.getWritableDatabase();
newDb.enableWriteAheadLogging();
} catch (SQLException ex) {
Log.e(TAG, Log.getStackTraceString(ex));
newDb = SingletonHolder.dbHelper.getReadableDatabase();