mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 05:38:33 +00:00
Allow skipping if you hit a network error during PIN restore.
This commit is contained in:
parent
aa39f3d0a3
commit
0364bec995
@ -174,6 +174,7 @@ public class PinRestoreEntryFragment extends LoggingFragment {
|
|||||||
cancelSpinning(pinButton);
|
cancelSpinning(pinButton);
|
||||||
pinEntry.setEnabled(true);
|
pinEntry.setEnabled(true);
|
||||||
enableAndFocusPinEntry();
|
enableAndFocusPinEntry();
|
||||||
|
skipButton.setVisibility(View.VISIBLE);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user