Compare commits
1 Commits
master
...
revert-164
| Author | SHA1 | Date |
|---|---|---|
|
|
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