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
When using epoxy with paging, before calling controller.setList() I have to check if the list is not empty and call it only if not empty.
Otherwise app crashes with the following exception:
Also, since you use this would you mind commenting on the other change bundled with that? I think reading the config off the PagedList will be nice to reduce duplication of needing to specify them again on the EpoxyController.
When using epoxy with paging, before calling
controller.setList()
I have to check if the list is not empty and call it only if not empty.Otherwise app crashes with the following exception:
The text was updated successfully, but these errors were encountered: