Fix 'next' button alignment during registration.

This commit is contained in:
Greyson Parrelli
2023-11-09 10:26:29 -05:00
parent 96333b616b
commit ead8f209b6
3 changed files with 4 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ class WhoCanSeeMyPhoneNumberFragment : DSLSettingsFragment(
binding.save.setOnClickListener {
binding.save.isEnabled = false
viewModel.onSave().subscribeBy(onComplete = {
lifecycleDisposable += viewModel.onSave().subscribeBy(onComplete = {
setFragmentResult(REQUEST_KEY, Bundle())
findNavController().popBackStack()
})