Fix Re-register screen UI.

This commit is contained in:
Sagar
2025-03-26 13:59:12 -04:00
committed by Cody Henthorne
parent 480fc84b8b
commit 59af304002
3 changed files with 6 additions and 5 deletions
@@ -125,6 +125,7 @@ class EnterPhoneNumberFragment : LoggingFragment(R.layout.fragment_registration_
fragmentViewModel.supportedCountryPrefixes
)
binding.registerButton.setOnClickListener { onRegistrationButtonClicked() }
binding.cancelButton.setOnClickListener { popBackStack() }
binding.toolbar.title = ""
val activity = requireActivity() as AppCompatActivity
@@ -130,6 +130,7 @@ class EnterPhoneNumberFragment : LoggingFragment(R.layout.fragment_registration_
fragmentViewModel.supportedCountryPrefixes
)
binding.registerButton.setOnClickListener { onRegistrationButtonClicked() }
binding.cancelButton.setOnClickListener { popBackStack() }
binding.toolbar.title = ""
val activity = requireActivity() as AppCompatActivity