mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-26 11:46:42 +00:00
Reword the very confusing screen security setting
This commit is contained in:
committed by
Moxie Marlinspike
parent
d51adab76b
commit
bd889d8fa9
@@ -217,8 +217,8 @@ public class ApplicationPreferencesActivity extends PassphraseRequiredSherlockPr
|
||||
pushSmsCategory.removePreference(defaultPreference);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR1 &&
|
||||
advancedCategory != null &&
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.ICE_CREAM_SANDWICH &&
|
||||
advancedCategory != null &&
|
||||
screenSecurityPreference != null)
|
||||
{
|
||||
advancedCategory.removePreference(screenSecurityPreference);
|
||||
|
||||
Reference in New Issue
Block a user