Skip to content

Commit

Permalink
chore: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Mar 4, 2025
1 parent 59ca47e commit c5e2afa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
/// </summary>
private NSIndexPath _lastMaterializedItem = NSIndexPath.FromRowSection(0, 0);

#if !MACCATALYST // Fix on .NET 6 Preview 6 https://github.com/unoplatform/uno/issues/5873
/// <summary>
/// Is the UICollectionView currently undergoing animated scrolling, either user-initiated or programmatic.
Expand Down

0 comments on commit c5e2afa

Please sign in to comment.