tasomaniac / OpenLinkWith

Open the current webpage you have in another app. Magic! 🔮
https://play.google.com/store/apps/details?id=com.tasomaniac.openwith
Apache License 2.0
393 stars 33 forks source link

ResolverDrawerLayout can scroll to the top even when the list is small #7

Closed tasomaniac closed 8 years ago

tasomaniac commented 9 years ago

Instead it should clip the height and shouldn't scroll vertically when the list is small.

tasomaniac commented 8 years ago

This was because of the RecyclerView. Before version 23.2.0 RecylerView didn't care about the item dimensions and it was always matching the parent. Now we are using 23.2.1, which resolves this.