Demonstrating a potential bug with deleteAll()
in Realm. The expectation is that deleteAll
will only delete RealmObject
s associated with its Realm
, but it seems to delete objects across Realm
and @RealmModule
boundaries. This leads to a runtime exception since deleteAll()
is trying to access RealmObject
s in a difference module.
j
realm-delete-bug
public
0 stars
0 forks
0 issues
Commits
List of commits on branch master.Unverified
b1ec73d42f20c26fdfec10281c399c32d8db31a9Initial commit
jjpetitto committed 7 years ago