JakeWharton / u2020

A sample Android app which showcases advanced usage of Dagger among other open source libraries.
https://www.youtube.com/watch?v=0XHx9jtxIxU
Apache License 2.0
5.68k stars 930 forks source link

Replace all setOnItemSelectedListeners with RxAdapterView.itemSelections #202

Closed xfumihiro closed 9 years ago

f2prateek commented 9 years ago

You should filter for the case when the position is INVALID_POSITION.

JakeWharton commented 9 years ago

Fixed up in https://github.com/JakeWharton/u2020/pull/209