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

Commit a95e0754 authored by Romain Hunault's avatar Romain Hunault
Browse files

Fix syntax issue

parent 6570668a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ public class UpdatesDbHelper extends SQLiteOpenHelper {
                update.setType(cursor.getString(index));
                index = cursor.getColumnIndex(UpdateEntry.COLUMN_NAME_VERSION);
                update.setVersion(cursor.getString(index));
                index = cursor.getColumnIndex(UpdateEntry.COLUMN_NAME__DISPLAY_VERSION);
                index = cursor.getColumnIndex(UpdateEntry.COLUMN_NAME_DISPLAY_VERSION);
                update.setDisplayVersion(cursor.getString(index));
                index = cursor.getColumnIndex(UpdateEntry.COLUMN_NAME_STATUS);
                update.setPersistentStatus(cursor.getInt(index));