DragView icon indicating copy to clipboard operation
DragView copied to clipboard

Slower movement animation if there are complex layouts in bottomfragment

Open damaisubimawanto opened this issue 3 years ago • 0 comments

Hi, I'm facing a performance drop problem on the min/max animation if I use complex layout in BottomFragment class.

I also tested in this sample project, I modified the layout of fragment_bottom.xml by added 2 and more RecyclerView and then wrapped those inside NestedScrollView, then the whole animation started to lagging. In my project, with my complex layout, the drag animation is horribly lagging.

I'm still have no idea what caused the lag on the animation, I hope you can give me some clues. Thanks!

damaisubimawanto avatar Feb 08 '22 07:02 damaisubimawanto