can change passwords

This commit is contained in:
Ashley Hughes 2014-02-06 22:43:59 +00:00
parent fd33a67645
commit 899fadb916

View File

@ -606,7 +606,7 @@ public class EditKeyActivity extends ActionBarActivity implements EditorListener
}
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(
EditKeyActivity.this);