If I pass a callback to the EpoxyController, and the callback fires just when the Fragment was already in the state onDestroyView, do I really need to handle this in each callback myself? Because I'm getting following from it:
"java.lang.IllegalStateException: Can't access the Fragment View's LifecycleOwner when getView() is null i.e., before onCreateView() or after onDestroyView()"
If I pass a callback to the EpoxyController, and the callback fires just when the Fragment was already in the state onDestroyView, do I really need to handle this in each callback myself? Because I'm getting following from it:
"java.lang.IllegalStateException: Can't access the Fragment View's LifecycleOwner when getView() is null i.e., before onCreateView() or after onDestroyView()"