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

Commit eab0618c authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

Fix database update error: add missing space in query

parent 0456f802
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ public final class DbHelper extends SQLiteOpenHelper {
                db.execSQL(SyncedFileStateContract.UPDATE_SETTINGS_DATA_TO_VERSION_20);
            }
        } catch(Exception e) {
            Log.e(TAG, toString());
            Log.e(TAG, e.getMessage());
        }
    }

+2 −2

File changed.

Contains only whitespace changes.