Compare commits

...

1 Commits

Author SHA1 Message Date
代码家 e54244a606 Revert "removeAllSwipeListener" 2015-06-11 21:50:25 +08:00
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