1 min readMar 2, 2020
The binding should be recreated by invoking the get()
accessor of the viewBinding
property delegate, which as viewLifecycleOwner.ON_DESTROY
had cleared out the binding reference, the new onCreateView
should invoke the viewBindingFactory
in order to recreate the binding. Is this not what you experience?