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
Need to override public void bind(T view, EpoxyModel<?> previouslyBoundModel) and support passing the previously bound model to each of the nested models.
This will allow partial updates to work efficiently - right now it just rebinds everything
The text was updated successfully, but these errors were encountered:
Need to override
public void bind(T view, EpoxyModel<?> previouslyBoundModel)
and support passing the previously bound model to each of the nested models.This will allow partial updates to work efficiently - right now it just rebinds everything
The text was updated successfully, but these errors were encountered: