kopia lustrzana https://github.com/ryukoposting/Signal-Android
Allow skipping if you hit a network error during PIN restore.
rodzic
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue