Skip to content

Commit 32bc0a5

Browse files
committed
1 parent f53ccb0 commit 32bc0a5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

library/src/main/java/com/daimajia/swipe/SwipeLayout.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1493,10 +1493,8 @@ private float getCurrentOffset() {
14931493
}
14941494

14951495
private void setCurrentDragEdge(DragEdge dragEdge){
1496-
if(mCurrentDragEdge != dragEdge){
1497-
mCurrentDragEdge = dragEdge;
1498-
updateBottomViews();
1499-
}
1496+
mCurrentDragEdge = dragEdge;
1497+
updateBottomViews();
15001498
}
15011499

15021500
private void updateBottomViews() {

0 commit comments

Comments
 (0)