Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Not able to slide or maximize DraggableView once minimized #113

Open
nitinrana opened this issue Feb 20, 2017 · 2 comments
Open

Not able to slide or maximize DraggableView once minimized #113

nitinrana opened this issue Feb 20, 2017 · 2 comments

Comments

@nitinrana
Copy link

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

@pedrovgs
Copy link
Owner

pedrovgs commented Apr 16, 2017

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

@raazvengala
Copy link

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

  return isDragViewAtBottom() && isDragViewAtRight();

that above line with

  return isDragViewAtBottom();

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants