We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bfd86f0 + a3ca6ca commit a10e28dCopy full SHA for a10e28d
library/src/main/java/com/daimajia/swipe/SwipeLayout.java
@@ -132,6 +132,10 @@ public void removeSwipeListener(SwipeListener l) {
132
mSwipeListeners.remove(l);
133
}
134
135
+ public void removeAllSwipeListener() {
136
+ mSwipeListeners.clear();
137
+ }
138
+
139
public static interface SwipeDenier {
140
/*
141
* Called in onInterceptTouchEvent Determines if this swipe event should
0 commit comments