linfaxin 2015-04-22 19:02:38 +08:00
parent f53ccb009c
commit 32bc0a5640
1 changed files with 2 additions and 4 deletions

View File

@ -1493,10 +1493,8 @@ public class SwipeLayout extends FrameLayout {
}
private void setCurrentDragEdge(DragEdge dragEdge){
if(mCurrentDragEdge != dragEdge){
mCurrentDragEdge = dragEdge;
updateBottomViews();
}
mCurrentDragEdge = dragEdge;
updateBottomViews();
}
private void updateBottomViews() {