mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-24 10:00:53 +00:00
fix incognito mode defaults
This commit is contained in:
parent
2bfc526bb4
commit
6cd827cdd8
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ public final class Settings implements SharedPreferences.OnSharedPreferenceChang
|
|||
}
|
||||
|
||||
public static boolean readAlwaysIncognitoMode(final SharedPreferences prefs) {
|
||||
return prefs.getBoolean(PREF_ALWAYS_INCOGNITO_MODE, true);
|
||||
return prefs.getBoolean(PREF_ALWAYS_INCOGNITO_MODE, false);
|
||||
}
|
||||
|
||||
public static String readPrefAdditionalSubtypes(final SharedPreferences prefs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue