Skip to content

Commit

Permalink
Fix button crash in v1 PIN restore fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-signal committed May 1, 2024
1 parent 89d420c commit 234b396
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private void initViews(@NonNull View root) {
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);
Expand Down

0 comments on commit 234b396

Please sign in to comment.