SlideUp-Android
SlideUp-Android copied to clipboard
SlideDown not working
I am trying to run sample provided. SlideDown is not working. It is not simply showing view when I try to drag from top
I am able to make it work by adding .withSlideFromOtherView(findViewById(R.id.rootView)) option in sample. Is it expected behaviour or it should work without it?