realm / realm-android-adapters

Adapters for combining Realm Java with Android UI components and framework classes
realm.io
Apache License 2.0
414 stars 134 forks source link

`getItemIndex()` returns index instead of NO_ID #132

Closed cmelchior closed 7 years ago

cmelchior commented 7 years ago

getItemIndex should only return something else than NO_ID if hasStableIds() is set. We returned index as the default even with setStableIds() as false.

cmelchior commented 7 years ago

Fixed by #133

Zhuinden commented 7 years ago

Now the readme still shows 2.1.0 :p

cmelchior commented 7 years ago

Ups, fixed 😛