Joshua
01/03/2020, 6:32 PMFragmentRegisterBinding
because Im not sure where it comes from? Is it auto generated? The code krashes as this.lifecycleOwner = viewLifecycleOwner
and the error message is it must not be null
val binding = DataBindingUtil.inflate<FragmentRegisterBinding>(
inflater, R.layout.fragment_register_firstname,
container, false
).apply {
this.lifecycleOwner = viewLifecycleOwner
this.viewModel = viewModel
}