Allow skipping if you hit a network error during PIN restore.

This commit is contained in:
Greyson Parrelli 2020-06-26 13:09:03 -04:00 committed by Alan Evans
parent aa39f3d0a3
commit 0364bec995

View file

@ -174,6 +174,7 @@ public class PinRestoreEntryFragment extends LoggingFragment {
cancelSpinning(pinButton);
pinEntry.setEnabled(true);
enableAndFocusPinEntry();
skipButton.setVisibility(View.VISIBLE);
break;
}
}