fixed code comment
This commit is contained in:
parent
a25c5ed401
commit
5775223653
|
@ -21,7 +21,7 @@ public class SettingsFragment extends PreferenceFragment {
|
||||||
|
|
||||||
addPreferencesFromResource(R.xml.preferences);
|
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) {
|
if (!Config.ONLY_INTERNAL_STORAGE) {
|
||||||
PreferenceCategory mCategory = (PreferenceCategory) findPreference("security_options");
|
PreferenceCategory mCategory = (PreferenceCategory) findPreference("security_options");
|
||||||
if (mCategory != null) {
|
if (mCategory != null) {
|
||||||
|
|
Loading…
Reference in a new issue