SecuritySettings: fix a the status before handling the intent.
This commit is contained in:
@@ -353,7 +353,7 @@ public class SecuritySettings extends PreferenceActivity {
|
|||||||
private static final int RESET_DIALOG = 3;
|
private static final int RESET_DIALOG = 3;
|
||||||
|
|
||||||
private KeyStore mKeyStore = KeyStore.getInstance();
|
private KeyStore mKeyStore = KeyStore.getInstance();
|
||||||
private int mState;
|
private int mState = mKeyStore.test();
|
||||||
private int mDialogId;
|
private int mDialogId;
|
||||||
private boolean mSubmit;
|
private boolean mSubmit;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user