umano / AndroidSlidingUpPanel

This library provides a simple way to add a draggable sliding up panel (popularized by Google Music and Google Maps) to your Android application. Brought to you by Umano.
http://umano.me
Apache License 2.0
9.49k stars 2.27k forks source link

RecyclerView not sliding the panel on 3.3.1 #777

Open khusravsh opened 7 years ago

khusravsh commented 7 years ago

We have a recyclerview in the sliding layout. On version 3.3.0 it worked ok, had small glitches like firing onclick after swipe up/down is finished (there was a bug for this here). After migrating to 3.3.1 it stopped affecting SlidingUpPanelLayout at all, only using the drag view.

khusravsh commented 7 years ago

I removed the 'dragView' and now the recyclerview scrolls the panel. I guess, now it is the correct expected behavior and in 3.3.0 it was a bug?

Also, the recyclerview scrolling has become less smoother with glitches when the sliding panel is scrolling from an anchor to fully expanded state.