Allow fullscreen reading

This commit is contained in:
inorichi
2015-10-29 13:46:10 +01:00
parent afebfec737
commit 720b0a29ce
6 changed files with 31 additions and 23 deletions

View File

@@ -30,8 +30,8 @@ public class PreferencesHelper {
mPref.edit().clear().apply();
}
public boolean hideStatusBarSet() {
return mPref.getBoolean(getKey(R.string.pref_hide_status_bar_key), false);
public boolean useFullscreenSet() {
return mPref.getBoolean(getKey(R.string.pref_fullscreen_key), false);
}
public int getDefaultViewer() {