skip key 0 (master) on retry for passphrase
This commit is contained in:
@@ -185,7 +185,7 @@ public class PassphraseDialogFragment extends DialogFragment implements OnEditor
|
|||||||
@Override
|
@Override
|
||||||
public void onClick(DialogInterface dialog, int id) {
|
public void onClick(DialogInterface dialog, int id) {
|
||||||
dismiss();
|
dismiss();
|
||||||
long curKeyIndex = 0;
|
long curKeyIndex = 1;
|
||||||
boolean keyOK = true;
|
boolean keyOK = true;
|
||||||
String passPhrase = mPassphraseEditText.getText().toString();
|
String passPhrase = mPassphraseEditText.getText().toString();
|
||||||
long keyId;
|
long keyId;
|
||||||
|
|||||||
Reference in New Issue
Block a user