SlideUp-Android
SlideUp-Android copied to clipboard
[SUGGESTION] Prevent user from opening slideView
Hello,
Could you add an Option for SlideUpBuilder like
.withGesturesEnabled(true)
but with the difference, that the user can't slide the view in?
Maybe
.enableGestureSlideOut(true)
or
.disableGestureSlideIn(true)?
I built an app with an list view. The view shouldn't be slid up by the user (when no item has been selected).
Best Regards MatsG23