|
@@ -65,9 +65,8 @@ class PreferencesHelper(val context: Context) {
|
|
|
|
|
|
fun hideBottomBar() = flowPrefs.getBoolean(Keys.hideBottomBar, true)
|
|
|
|
|
|
- fun hideUpdatesButton() = flowPrefs.getBoolean(Keys.hideUpdatesButton, true)
|
|
|
-
|
|
|
- fun hideHistoryButton() = flowPrefs.getBoolean(Keys.hideHistoryButton, true)
|
|
|
+ fun showNavUpdates() = prefs.getBoolean(Keys.showNavUpdates, true)
|
|
|
+ fun showNavHistory() = prefs.getBoolean(Keys.showNavHistory, true)
|
|
|
|
|
|
fun useBiometricLock() = flowPrefs.getBoolean(Keys.useBiometricLock, false)
|
|
|
|