Skip to content

Commit

Permalink
Add missed constraint logic in AlertView
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavAntonyuk authored Jan 22, 2025
1 parent ab8d29e commit 9493c5d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ public override void LayoutSubviews()
this.SafeBottomAnchor().ConstraintEqualTo(AnchorView.SafeTopAnchor(), -defaultSpacing).Active = true;
}
}
else
{
this.SafeBottomAnchor().ConstraintEqualTo(AnchorView.SafeTopAnchor(), -defaultSpacing).Active = true;
}
}

void ConstraintInParent(bool shouldFillAndExpandHorizontally)
Expand Down

0 comments on commit 9493c5d

Please sign in to comment.