We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FastAdapter/fastadapter-extensions-swipe/src/main/java/com/mikepenz/fastadapter/swipe/Extensions.kt
Lines 8 to 17 in 6882dfe
In line 11 and 14 you need to write directions = directions ..., otherwise you may lose the removement of the first flag if both flags are removed
directions = directions ...
The text was updated successfully, but these errors were encountered:
- ensure dirs flag is properly updated
e7c48cd
- FIX #1012
dirs
Successfully merging a pull request may close this issue.
FastAdapter/fastadapter-extensions-swipe/src/main/java/com/mikepenz/fastadapter/swipe/Extensions.kt
Lines 8 to 17 in 6882dfe
In line 11 and 14 you need to write
directions = directions ...
, otherwise you may lose the removement of the first flag if both flags are removedThe text was updated successfully, but these errors were encountered: