Allow skipping if you hit a network error during PIN restore.
This commit is contained in:
parent
aa39f3d0a3
commit
0364bec995
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ public class PinRestoreEntryFragment extends LoggingFragment {
|
|||
cancelSpinning(pinButton);
|
||||
pinEntry.setEnabled(true);
|
||||
enableAndFocusPinEntry();
|
||||
skipButton.setVisibility(View.VISIBLE);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue