mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 11:35:07 -05:00
can change passwords
This commit is contained in:
parent
fd33a67645
commit
899fadb916
@ -606,7 +606,7 @@ public class EditKeyActivity extends ActionBarActivity implements EditorListener
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void cancelClicked() {
|
private void cancelClicked() {
|
||||||
if (mNeedsSaving && masterCanSign) { //ask if we want to save
|
if (mNeedsSaving) { //ask if we want to save
|
||||||
AlertDialog.Builder alert = new AlertDialog.Builder(
|
AlertDialog.Builder alert = new AlertDialog.Builder(
|
||||||
EditKeyActivity.this);
|
EditKeyActivity.this);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user