always ask
This commit is contained in:
@@ -290,7 +290,7 @@ public class EditKeyActivity extends ActionBarActivity implements EditorListener
|
|||||||
if (message.what == PassphraseDialogFragment.MESSAGE_OKAY) {
|
if (message.what == PassphraseDialogFragment.MESSAGE_OKAY) {
|
||||||
mCurrentPassphrase = PassphraseCacheService.getCachedPassphrase(
|
mCurrentPassphrase = PassphraseCacheService.getCachedPassphrase(
|
||||||
EditKeyActivity.this, masterKeyId);
|
EditKeyActivity.this, masterKeyId);
|
||||||
finallySaveClicked();
|
checkEmptyIDsWanted();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user