Fix Re-register screen UI.

This commit is contained in:
Sagar
2025-03-25 03:22:12 +05:30
committed by Cody Henthorne
parent 480fc84b8b
commit 59af304002
3 changed files with 6 additions and 5 deletions

View File

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

View File

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