Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavAntonyuk committed Jan 22, 2025
1 parent d3a3e95 commit 16919f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public override void LayoutSubviews()
}
else
{
var anchorViewPosition = AnchorView.Superview.ConvertRectToView(AnchorView.Frame, null);
var anchorViewPosition = AnchorView.Superview!.ConvertRectToView(AnchorView.Frame, null);
if (anchorViewPosition.Top < Container.Frame.Height + SafeAreaLayoutGuide.LayoutFrame.Bottom)
{
this.SafeTopAnchor().ConstraintEqualTo(AnchorView.SafeBottomAnchor(), defaultSpacing).Active = true;
Expand Down

0 comments on commit 16919f7

Please sign in to comment.