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
There seems to have been some breaking changes in alpha4 of the Android Paging Library, causing PagingEpoxyController to fail:
java.lang.NoSuchMethodError: No virtual method addWeakCallback(Landroid/arch/paging/PagedList;Landroid/arch/paging/PagedList$Callback;)V in class Landroid/arch/paging/PagedList; or its super classes (declaration of 'android.arch.paging.PagedList' appears in /data/app/com.peloton.activity-1/base.apk:classes32.dex) at com.airbnb.epoxy.paging.PagingEpoxyController.setList(PagingEpoxyController.java:176)
The text was updated successfully, but these errors were encountered:
There seems to have been some breaking changes in alpha4 of the Android Paging Library, causing
PagingEpoxyController
to fail:java.lang.NoSuchMethodError: No virtual method addWeakCallback(Landroid/arch/paging/PagedList;Landroid/arch/paging/PagedList$Callback;)V in class Landroid/arch/paging/PagedList; or its super classes (declaration of 'android.arch.paging.PagedList' appears in /data/app/com.peloton.activity-1/base.apk:classes32.dex) at com.airbnb.epoxy.paging.PagingEpoxyController.setList(PagingEpoxyController.java:176)
The text was updated successfully, but these errors were encountered: