DraggablePanel
DraggablePanel copied to clipboard
Not able to slide or maximize DraggableView once minimized
I am not able to slide or maximize DraggableView once minimized. Could you please help me to solve this problem.
Hi @nitinrana, sorry for the late response. If you don't provide me more information about how to reproduce your bug, helping you is going to be really hard.
I need this information:
- Steps to reproduce your bug. A gif or a video could be great.
- Library version being used.
- Library configuration in your project.
- Layout configuration in your project.
*** It could be great if you can create a sample project reproducing the bug!***
In "isMinimized()" method of "DraggableView" class, replace
return isDragViewAtBottom() && isDragViewAtRight();
that above line with
return isDragViewAtBottom();