am c3eaaad1
: Fix "use secure credential" checkbox in Settings.
Merge commit 'c3eaaad17ebe9a2cbe34b096511c8f06369dadd1' * commit 'c3eaaad17ebe9a2cbe34b096511c8f06369dadd1': Fix "use secure credential" checkbox in Settings.
This commit is contained in:
@@ -579,6 +579,10 @@ public class SecuritySettings extends PreferenceActivity implements
|
|||||||
} else {
|
} else {
|
||||||
removeDialog(mDialogId);
|
removeDialog(mDialogId);
|
||||||
|
|
||||||
|
if (mDialogId == CSTOR_UNLOCK_DIALOG) {
|
||||||
|
mAccessCheckBox.setChecked(isCstorUnlocked());
|
||||||
|
}
|
||||||
|
|
||||||
if (mCstorAddCredentialHelper != null) {
|
if (mCstorAddCredentialHelper != null) {
|
||||||
if (!isCstorInitialized()) {
|
if (!isCstorInitialized()) {
|
||||||
showDialog(CSTOR_INIT_DIALOG);
|
showDialog(CSTOR_INIT_DIALOG);
|
||||||
|
Reference in New Issue
Block a user