João Martins Costa
João Martins Costa
Note these related feature requests: - #126 - #268 --- This might be a feature request. It seems that currently it is not possible to listen for nested changes. -...
#### Goal When `Realm.compactRealm()` is called while Realm is being initialized (`Realm.getInstanceAsync()`), Realm is still opened, but no listeners get called afterwards. #### Actual Results I noticed this bug while...
#### Goal I'm developing and Android application and I initially run into this issue while trying to optimize the search time when querying for objects (`Item` objects). I was initially...
#### Solution Closes #2063. Should fix the following `contentPadding` issues: - `contentPadding` getters returning outdated values when `app:contentPaddingStart` or `app:contentPaddingEnd` are defined in xml; - `contentPadding` being applied twice, if...