mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-28 05:35:44 +00:00
Fix 'next' button alignment during registration.
This commit is contained in:
@@ -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()
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user