Skip to content

Commit

Permalink
Update src/Controls/src/Core/Compatibility/Handlers/ListView/iOS/List…
Browse files Browse the repository at this point in the history
…ViewRenderer.cs

Co-authored-by: Gerald Versluis <[email protected]>
  • Loading branch information
kubaflo and jfversluis authored Jan 23, 2024
1 parent e24e667 commit ea2caea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1606,7 +1606,9 @@ public void UpdatePullToRefreshEnabled(bool pullToRefreshEnabled)
}
}
else
{
RemoveRefresh();
}
// https://bugzilla.xamarin.com/show_bug.cgi?id=52962
// just because pullToRefresh is being disabled does not mean we should kill an in progress refresh.
// Consider the case where:
Expand Down

0 comments on commit ea2caea

Please sign in to comment.