Skip to content

Commit

Permalink
Adds design setting to backup.
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Nov 1, 2023
1 parent 3670ccd commit e263ec0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ private void readPreferences(@NonNull JsonReader reader, @NonNull Context contex
editor.putBoolean(name, reader.nextBoolean());
break;
case "settings_font_size":
case "settings_day_night_theme":
editor.putString(name, reader.nextString());
break;
default:
Expand Down

0 comments on commit e263ec0

Please sign in to comment.