mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
set bottom toolbar to show by default
This commit is contained in:
parent
a43e631de0
commit
91707d6fa2
@ -57,7 +57,7 @@ public class SharedPreferenceUtil {
|
||||
}
|
||||
|
||||
public boolean getPrefBottomToolbar() {
|
||||
return sharedPreferences.getBoolean(PREF_BOTTOM_TOOLBAR, false);
|
||||
return sharedPreferences.getBoolean(PREF_BOTTOM_TOOLBAR, true);
|
||||
}
|
||||
|
||||
public boolean getPrefBackToTop() {
|
||||
|
@ -28,7 +28,7 @@
|
||||
android:title="@string/pref_hidetoolbar"/>
|
||||
|
||||
<org.kiwix.kiwixmobile.settings.CustomSwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:defaultValue="true"
|
||||
android:key="pref_bottomtoolbar"
|
||||
android:summary="@string/pref_bottomtoolbar_summary"
|
||||
android:title="@string/pref_bottomtoolbar"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user