mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:09:32 +01:00
Fix crash when opening the change number registration lock screen.
This commit is contained in:
committed by
Greyson Parrelli
parent
c24993960d
commit
7235a3730c
@@ -44,7 +44,9 @@ class ChangeNumberRegistrationLockFragment : LoggingFragment(R.layout.fragment_c
|
||||
private val TAG = Log.tag(RegistrationLockFragment::class.java)
|
||||
}
|
||||
|
||||
private val binding: FragmentRegistrationLockBinding by ViewBinderDelegate(FragmentRegistrationLockBinding::bind)
|
||||
private val binding: FragmentRegistrationLockBinding by ViewBinderDelegate(bindingFactory = { rootView ->
|
||||
FragmentRegistrationLockBinding.bind(rootView.findViewById(R.id.registration_lock_content))
|
||||
})
|
||||
|
||||
private val viewModel by activityViewModels<ChangeNumberViewModel>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user