diff --git a/src/Uno.UI/UI/Xaml/Controls/ListViewBase/ListViewBaseSource.iOS.cs b/src/Uno.UI/UI/Xaml/Controls/ListViewBase/ListViewBaseSource.iOS.cs index 9d5da7142d7f..685ce38e390f 100644 --- a/src/Uno.UI/UI/Xaml/Controls/ListViewBase/ListViewBaseSource.iOS.cs +++ b/src/Uno.UI/UI/Xaml/Controls/ListViewBase/ListViewBaseSource.iOS.cs @@ -75,7 +75,7 @@ public static class TraceProvider /// The furthest item in the source which has already been materialized. Items up to this point can safely be retrieved. /// private NSIndexPath _lastMaterializedItem = NSIndexPath.FromRowSection(0, 0); - + #if !MACCATALYST // Fix on .NET 6 Preview 6 https://github.com/unoplatform/uno/issues/5873 /// /// Is the UICollectionView currently undergoing animated scrolling, either user-initiated or programmatic.