DraggablePanel icon indicating copy to clipboard operation
DraggablePanel copied to clipboard

Not able to slide or maximize DraggableView once minimized

Open nitinrana opened this issue 8 years ago • 2 comments

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

nitinrana avatar Feb 20 '17 13:02 nitinrana

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!***

pedrovgs avatar Apr 16 '17 19:04 pedrovgs

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

  return isDragViewAtBottom() && isDragViewAtRight();

that above line with

  return isDragViewAtBottom();

raazvengala avatar Jul 12 '17 06:07 raazvengala