fixed code comment

This commit is contained in:
Daniel Gultsch 2018-02-16 22:20:14 +01:00
parent a25c5ed401
commit 5775223653
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class SettingsFragment extends PreferenceFragment {
addPreferencesFromResource(R.xml.preferences);
// Remove from standard preferences if the flag ONLY_INTERNAL_STORAGE is not true
// Remove from standard preferences if the flag ONLY_INTERNAL_STORAGE is false
if (!Config.ONLY_INTERNAL_STORAGE) {
PreferenceCategory mCategory = (PreferenceCategory) findPreference("security_options");
if (mCategory != null) {