Fix button crash in v1 PIN restore fragment.

This commit is contained in:
Nicholas Tinsley
2024-05-01 10:42:23 -04:00
parent 89d420cda8
commit 234b3967ed

View File

@@ -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);