Skip to content

Commit

Permalink
chore: Unused method, formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Mar 3, 2025
1 parent df3266d commit 5e1c893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ private void OnAnimatedScrollEnded()
_isInAnimatedScroll = false;
InvokeOnScroll();
}
#endif

private void InvokeOnScroll()
{
Expand All @@ -515,6 +514,7 @@ private void InvokeOnScroll()
Owner.ContentOffset.Clamp(CGPoint.Empty, Owner.UpperScrollLimit);
Owner.XamlParent?.ScrollViewer?.Presenter?.OnNativeScroll(clampedOffset.X, clampedOffset.Y, isIntermediate: _isInAnimatedScroll);
}
#endif

#if !MACCATALYST // Fix on .NET 6 Preview 6 https://github.com/unoplatform/uno/issues/5873
public override void WillEndDragging(UIScrollView scrollView, CGPoint velocity, ref CGPoint targetContentOffset)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public void MoveItemsToList(List<int> indexes, NavigationViewSplitVectorID vecto
foreach (var index in indexes)
{
MoveItemToVector(index, vectorID);
};
}
}

public int GetPrimaryListSize()
Expand Down

0 comments on commit 5e1c893

Please sign in to comment.