Changing full screen to be enabled by default
This commit is contained in:
parent
f34ac1b255
commit
0823f41188
@ -157,7 +157,7 @@ public class PreferenceManager {
|
||||
}
|
||||
|
||||
public boolean getFullScreenEnabled() {
|
||||
return mPrefs.getBoolean(Name.FULL_SCREEN, false);
|
||||
return mPrefs.getBoolean(Name.FULL_SCREEN, true);
|
||||
}
|
||||
|
||||
public boolean getHideStatusBarEnabled() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user