Closed zaki50 closed 7 years ago
I guess suppressing the RealmChangeListeners is no longer necessary with Realm 3.1 and synchronous call to change listeners at commitTransaction()
?
@beeender ?
Right, we should not need suppressing listeners. @zaki50 Shall we update this PR?
I don't encounter a kind of exception with the latest Realm Java yet. It seems fixed already.
Changing colors doesn't work correctly. I think some behavior changes of adapter or Realm itself, influence this. I should look into this issue. Please wait until I will find something. @zaki50 @cmelchior
@nnrealm the notifyItem*
calls should be removed, but the few notifyDataSetChanged()
calls should be kept.
Also should probably bump to Realm 3.4.0 although that is of minimal change.
@nnrealm I don't think it's broken, just old (2.3.0).
I am not a Realm person, but I did need to update the sample to Realm 3.x once before 😄
I will look this issue soon, but it needs some time to investigate some weird artifacts.
Replaced by #428
I've created a PR to update Realm and Realm-android-adapters @dalinaum