remove method
This commit is contained in:
parent
77f0b31e8f
commit
171898e2e3
|
|
@ -79,10 +79,6 @@ public class SwipeLayout extends FrameLayout {
|
|||
mSwipeListeners.remove(l);
|
||||
}
|
||||
|
||||
public void removeAllSwipeListener(){
|
||||
mSwipeListeners.clear();
|
||||
}
|
||||
|
||||
public static interface SwipeDenier {
|
||||
/*
|
||||
* Called in onInterceptTouchEvent
|
||||
|
|
|
|||
Loading…
Reference in New Issue