This commit is contained in:
Patrick Schneider 2023-05-03 21:58:28 +02:00
commit 8fbf6a0378
2 changed files with 2 additions and 2 deletions

View file

@ -84,7 +84,7 @@ class BackupRestorer : IBackupRestorer {
"REPEAT_EXERCISES" -> preferences.putBoolean(name, reader.nextBoolean())
"pref_exercise_time" -> preferences.putString(name, reader.nextString())
"FirstLaunchManager.PREF_PICKER_SECONDS",
"FirstLaunchManager.PREF_PICKER_Minutes",
"FirstLaunchManager.PREF_PICKER_MINUTES",
"FirstLaunchManager.PREF_BREAK_PICKER_SECONDS",
"FirstLaunchManager.PREF_PICKER_HOURS",
"FirstLaunchManager.PREF_BREAK_PICKER_MINUTES" -> preferences.putInt(name, reader.nextInt())

View file

@ -1,4 +1,4 @@
?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<androidx.drawerlayout.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"