skip key 0 (master) on retry for passphrase

This commit is contained in:
Ashley Hughes 2013-03-14 12:28:22 +00:00
parent 115d34ba0e
commit cf42bcd039

View File

@ -185,7 +185,7 @@ public class PassphraseDialogFragment extends DialogFragment implements OnEditor
@Override
public void onClick(DialogInterface dialog, int id) {
dismiss();
long curKeyIndex = 0;
long curKeyIndex = 1;
boolean keyOK = true;
String passPhrase = mPassphraseEditText.getText().toString();
long keyId;