mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-16 13:55:03 -05:00
always ask
This commit is contained in:
parent
9764d3fcb9
commit
5583fd513e
@ -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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user