realm-kotlin
realm-kotlin copied to clipboard
Fix sub-querying on a RealmResults ignores the original filter
Fixes sub-querying on RealmResults ignores the original filter.
It also changes the return type of RealmResults::query
from RealmResults
to RealmQuery
.