Skip to content

Commit

Permalink
Pull Request daimajia#123
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Lo authored and Albert Lo committed Aug 30, 2015
1 parent 10f8423 commit 4f4c82f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class SwipeMemory extends SimpleSwipeListener {
public void onClose(SwipeLayout layout) {
if (mode == Attributes.Mode.Multiple) {
mOpenPositions.remove(position);
} else {
} else if(position == mOpenPosition) {
mOpenPosition = INVALID_POSITION;
}
}
Expand Down

0 comments on commit 4f4c82f

Please sign in to comment.