You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()"
The text was updated successfully, but these errors were encountered:
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()"
The text was updated successfully, but these errors were encountered: