mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 11:35:07 -05:00
skip key 0 (master) on retry for passphrase
This commit is contained in:
parent
115d34ba0e
commit
cf42bcd039
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user