-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RealmResultsChanges.isCleared #1265
Conversation
Pull Request Test Coverage Report for Build 5076610426
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't seem correct to me. You can convert a list to results and subscribe for notifications. I would expect that to emit isCleared
correctly when the underlying list is cleared.
Ok, I will revert these changes and will add a new test. Thank you for noticing this @nirinchev! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: blagoev <lubo@blagoev.com>
Deprecate
isCleared
forRealmResults
.Fixes #1189
Related to #1278