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
findFragmentById will return null.
if we bind lifeCycle during onCreate() more than once, which is very common to do such as load a lot of data, it would attach more than one BindingFragment !
and it seems to be wrong.
The text was updated successfully, but these errors were encountered:
when binding on Activity/Fragment onCreate() , Rxlifecycle would add an bindingFragment, look like this:
findFragmentById will return null.
if we bind lifeCycle during onCreate() more than once, which is very common to do such as load a lot of data, it would attach more than one BindingFragment !
and it seems to be wrong.
The text was updated successfully, but these errors were encountered: