Add an initial menu for the reader, and some minor changes.
This commit is contained in:
@@ -36,8 +36,8 @@ public class PreferencesHelper {
|
||||
prefs.edit().clear().apply();
|
||||
}
|
||||
|
||||
public boolean useFullscreenSet() {
|
||||
return prefs.getBoolean(getKey(R.string.pref_fullscreen_key), false);
|
||||
public boolean isHideStatusBarSet() {
|
||||
return prefs.getBoolean(getKey(R.string.pref_hide_status_bar_key), true);
|
||||
}
|
||||
|
||||
public int getDefaultViewer() {
|
||||
|
||||
Reference in New Issue
Block a user