Revert hide updates/history

This commit is contained in:
arkon
2021-05-17 17:24:53 -04:00
parent cf4b870846
commit 3b11ad8de8
5 changed files with 5 additions and 35 deletions
@@ -45,6 +45,11 @@ class SettingsGeneralController : SettingsController() {
titleRes = R.string.pref_confirm_exit
defaultValue = false
}
switchPreference {
key = Keys.hideBottomBar
titleRes = R.string.pref_hide_bottom_bar_on_scroll
defaultValue = true
}
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
preference {
@@ -261,25 +266,5 @@ class SettingsGeneralController : SettingsController() {
summary = "%s"
}
}
preferenceCategory {
titleRes = R.string.pref_category_navigation
switchPreference {
key = Keys.hideBottomBar
titleRes = R.string.pref_hide_bottom_bar_on_scroll
defaultValue = true
}
switchPreference {
key = Keys.showNavUpdates
titleRes = R.string.label_recent_updates
defaultValue = true
}
switchPreference {
key = Keys.showNavHistory
titleRes = R.string.label_recent_manga
defaultValue = true
}
}
}
}