Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Cannot resolve method 'addOrUpdateCells<com..jaychang...SimpleCell' #26

Closed
madibalive opened this issue Apr 28, 2017 · 1 comment
Closed

Comments

@madibalive
Copy link

does the add or update not work with simpleCell , because for these operation

 public void onNext(List<SimpleCell> value) {
                        new WeakHandler().postDelayed(() -> {
                            mSwipeRefreshLayout.setRefreshing(false);
                            if (value.size() > 0) {
                                mRecyclerview.addOrUpdateCells(value); // cannot resolve method 'addOrUpdateCells
                            }
                        }, 500);
                    }

Am getting cannot resolve method 'addOrUpdateCells
library version
compile 'com.github.jaychang0917:SimpleRecyclerView:1.1.7'

@jaychang0917
Copy link
Owner

Your cell should be implmented Updatable interface.
Please feel free to reopen the issue if you have any questions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants