This commit is contained in:
parent
f53ccb009c
commit
32bc0a5640
|
|
@ -1493,10 +1493,8 @@ public class SwipeLayout extends FrameLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setCurrentDragEdge(DragEdge dragEdge){
|
private void setCurrentDragEdge(DragEdge dragEdge){
|
||||||
if(mCurrentDragEdge != dragEdge){
|
mCurrentDragEdge = dragEdge;
|
||||||
mCurrentDragEdge = dragEdge;
|
updateBottomViews();
|
||||||
updateBottomViews();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void updateBottomViews() {
|
private void updateBottomViews() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue