Skip to content

Commit

Permalink
Fix #1784 by resetting show static tip status when move was lower tha…
Browse files Browse the repository at this point in the history
…n required distance.
  • Loading branch information
vnbaaij committed Apr 3, 2024
1 parent 0fe1512 commit 932ebac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ private async Task OnTouchEndAsync(TouchEventArgs e)
else if (_pullStatus == PullStatus.Awaiting || _pullStatus == PullStatus.Pulling)
{
SetDistance(-1);
_internalShowStaticTip = _originalShowStaticTip;
}
}

Expand Down

0 comments on commit 932ebac

Please sign in to comment.