mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
Fix button crash in v1 PIN restore fragment.
This commit is contained in:
@@ -72,7 +72,7 @@ public class PinRestoreEntryFragment extends LoggingFragment {
|
||||
RegistrationViewDelegate.setDebugLogSubmitMultiTapView(root.findViewById(R.id.pin_restore_pin_title));
|
||||
|
||||
pinEntry = root.findViewById(R.id.pin_restore_pin_input);
|
||||
pinButton = root.findViewById(R.id.pin_restore_pin_continue);
|
||||
pinButton = root.findViewById(R.id.pin_restore_pin_confirm);
|
||||
errorLabel = root.findViewById(R.id.pin_restore_pin_input_label);
|
||||
keyboardToggle = root.findViewById(R.id.pin_restore_keyboard_toggle);
|
||||
helpButton = root.findViewById(R.id.pin_restore_forgot_pin);
|
||||
|
||||
Reference in New Issue
Block a user