add removeAllSwipeListener. fix #138
This commit is contained in:
parent
1f70d1b139
commit
8ad6b1792d
|
|
@ -132,6 +132,10 @@ public class SwipeLayout extends FrameLayout {
|
|||
mSwipeListeners.remove(l);
|
||||
}
|
||||
|
||||
public void removeAllSwipeListener() {
|
||||
mSwipeListeners.clear();
|
||||
}
|
||||
|
||||
public interface SwipeDenier {
|
||||
/*
|
||||
* Called in onInterceptTouchEvent Determines if this swipe event should
|
||||
|
|
|
|||
Loading…
Reference in New Issue