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

Commit 9767612c authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change If764d20a into eclair

* changes:
  SecuritySettings: fix a the status before handling the intent.
parents e61a2403 f764d20a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -353,7 +353,7 @@ public class SecuritySettings extends PreferenceActivity {
        private static final int RESET_DIALOG = 3;

        private KeyStore mKeyStore = KeyStore.getInstance();
        private int mState;
        private int mState = mKeyStore.test();
        private int mDialogId;
        private boolean mSubmit;