Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
start141 committed Jun 3, 2016
1 parent 8ce3750 commit dc35cf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ptr-lib/src/in/srain/cube/views/ptr/PtrFrameLayout.java
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,10 @@ public void run() {
movePos(deltaY);
post(this);
} else {
// fix #239
if (mPtrIndicator.getCurrentPosY() != mTo) {
movePos(mTo - mPtrIndicator.getCurrentPosY());
}
finish();
}
}
Expand Down

0 comments on commit dc35cf1

Please sign in to comment.