Revert "removeAllSwipeListener"

This commit is contained in:
代码家 2015-06-11 21:50:25 +08:00
parent a10e28ded7
commit e54244a606
1 changed files with 0 additions and 4 deletions

View File

@ -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