Revert "removeAllSwipeListener"
This commit is contained in:
parent
a10e28ded7
commit
e54244a606
|
|
@ -132,10 +132,6 @@ public class SwipeLayout extends FrameLayout {
|
||||||
mSwipeListeners.remove(l);
|
mSwipeListeners.remove(l);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void removeAllSwipeListener() {
|
|
||||||
mSwipeListeners.clear();
|
|
||||||
}
|
|
||||||
|
|
||||||
public static interface SwipeDenier {
|
public static interface SwipeDenier {
|
||||||
/*
|
/*
|
||||||
* Called in onInterceptTouchEvent Determines if this swipe event should
|
* Called in onInterceptTouchEvent Determines if this swipe event should
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue