pedrovgs / DraggablePanel

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
Apache License 2.0
2.99k stars 606 forks source link

Not able to slide or maximize DraggableView once minimized #113

Open nitinrana opened 7 years ago

nitinrana commented 7 years ago

I am not able to slide or maximize DraggableView once minimized. Could you please help me to solve this problem.

pedrovgs commented 7 years ago

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:

It could be great if you can create a sample project reproducing the bug!

raazvengala commented 7 years ago

In "isMinimized()" method of "DraggableView" class, replace

  return isDragViewAtBottom() && isDragViewAtRight();

that above line with

  return isDragViewAtBottom();