Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 73e396f8 authored by Kenny Root's avatar Kenny Root Committed by Android (Google) Code Review
Browse files

Merge "Fix Clear Credentials item" into jb-mr2-dev

parents 9c4bba56 c4372c3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -452,7 +452,7 @@ public class SecuritySettings extends SettingsPreferenceFragment
        }

        if (mResetCredentials != null) {
            mResetCredentials.setEnabled(!mKeyStore.isUnlocked());
            mResetCredentials.setEnabled(!mKeyStore.isEmpty());
        }
    }