Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Is it possible to animate RealmRecycleView when i change sort directional? #100

Closed
RashidMalikov opened this issue Jan 24, 2017 · 0 comments

Comments

@RashidMalikov
Copy link

RashidMalikov commented Jan 24, 2017

if (!searchText.isEmpty()) { realmResults = realmResults.where().contains("name", searchText).findAllSorted(sortName); } else { realmResults = realmResults.where().findAllSorted(sortName); } //notifyDataSetChanged(); updateRealmResults(realmResults);

sortName is may be different.
updateRealmResults(realmResults) is not animate RealmRecycleView when i change sortName.
Is there a way to animate this.

Thanks!

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