Skip to content

Commit

Permalink
remove condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Miller committed Jan 25, 2024
1 parent f27e9cb commit 3233576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Maui.DataGrid/DataGrid.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ protected override void OnParentSet()
{
_refreshView.Refreshing -= OnRefreshing;
}
else if (RefreshingEnabled)
else
{
_refreshView.Refreshing -= OnRefreshing;
_refreshView.Refreshing += OnRefreshing;
Expand Down

0 comments on commit 3233576

Please sign in to comment.