Changing full screen to be enabled by default

This commit is contained in:
anthony restaino 2017-05-13 10:22:59 -04:00
parent f34ac1b255
commit 0823f41188

View File

@ -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() {