bugfixes
This commit is contained in:
parent
3ed04c7cd5
commit
8fbf6a0378
2 changed files with 2 additions and 2 deletions
|
|
@ -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())
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue