mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-03 03:42:24 +00:00
Don't show previews in the app switcher by default
This commit is contained in:
@@ -826,7 +826,7 @@ public class TextSecurePreferences {
|
||||
}
|
||||
|
||||
public static boolean isScreenSecurityEnabled(Context context) {
|
||||
return getBooleanPreference(context, SCREEN_SECURITY_PREF, false);
|
||||
return getBooleanPreference(context, SCREEN_SECURITY_PREF, true);
|
||||
}
|
||||
|
||||
public static boolean isLegacyUseLocalApnsEnabled(Context context) {
|
||||
|
||||
Reference in New Issue
Block a user