You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
It would be nice to have an option to change the Slidr direction/position while in an Activity.
I currently use Slidr in an Activity with a RecyclerView. I detect the scroll events and enable/disable Slidr when necessary, but updating the closing direction (TOP when at the start of the list, BOTTOM when at the end) requires the creation of a new SlidrConfig and SlidrInterface.
This also does not work very well when using a ViewPager with multiple RecyclerViews.
I implemented a quick method of changing the direction here (Simon-Raes@6178de1), but there's probably a better way to achieve this.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be nice to have an option to change the Slidr direction/position while in an Activity.
I currently use Slidr in an Activity with a RecyclerView. I detect the scroll events and enable/disable Slidr when necessary, but updating the closing direction (TOP when at the start of the list, BOTTOM when at the end) requires the creation of a new SlidrConfig and SlidrInterface.
This also does not work very well when using a ViewPager with multiple RecyclerViews.
I implemented a quick method of changing the direction here (Simon-Raes@6178de1), but there's probably a better way to achieve this.
The text was updated successfully, but these errors were encountered: