SlideUp-Android
SlideUp-Android copied to clipboard
Slide.show() not working after closing with drag
I show the slide view with a button click.
If I close the Slide view by dragging it, I can't open it again.
Can you provide a piece of code?
I encountered this as well. It won't show if even a pixel of the sliding view is still remaining in the view. I found that using 'toggleImmediately()' did the trick on this edge case. See if this solves your problem until a fix is committed.