Skip to content

Commit

Permalink
add to unshipped
Browse files Browse the repository at this point in the history
  • Loading branch information
tj-devel709 committed May 23, 2024
1 parent dd63510 commit 44f5aa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Controls/src/Core/Button/Button.iOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ public partial class Button
{
CGSize _originalImageSize = CGSize.Empty;

#pragma warning disable RS0016 // Add public types and members to the declared API
protected override Size MeasureOverride(double widthConstraint, double heightConstraint)
#pragma warning restore RS0016 // Add public types and members to the declared API
{
var result = base.MeasureOverride(widthConstraint, heightConstraint);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#nullable enable
override Microsoft.Maui.Controls.Button.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
override Microsoft.Maui.Controls.Handlers.Compatibility.CellRenderer.Invoke(string! command, object? args) -> void
override Microsoft.Maui.Controls.Handlers.Compatibility.CellRenderer.UpdateValue(string! property) -> void
override Microsoft.Maui.Controls.Handlers.Compatibility.ShellRenderer.PreferredStatusBarUpdateAnimation.get -> UIKit.UIStatusBarAnimation
Expand Down Expand Up @@ -263,3 +264,6 @@ Microsoft.Maui.Controls.ContentPage.HideSoftInputOnTapped.set -> void
*REMOVED*Microsoft.Maui.Controls.Entry.FontSize.set -> void
*REMOVED*Microsoft.Maui.Controls.Entry.SelectionLength.get -> int
*REMOVED*Microsoft.Maui.Controls.Entry.SelectionLength.set -> void
*REMOVED*Microsoft.Maui.Controls.Entry.SelectionLength.set -> void
*REMOVED*Microsoft.Maui.Controls.Entry.SelectionLength.set -> void
*REMOVED*Microsoft.Maui.Controls.Entry.SelectionLength.set -> void
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#nullable enable
override Microsoft.Maui.Controls.Button.MeasureOverride(double widthConstraint, double heightConstraint) -> Microsoft.Maui.Graphics.Size
override Microsoft.Maui.Controls.Handlers.Compatibility.CellRenderer.Invoke(string! command, object? args) -> void
override Microsoft.Maui.Controls.Handlers.Compatibility.CellRenderer.UpdateValue(string! property) -> void
override Microsoft.Maui.Controls.GradientBrush.IsEmpty.get -> bool
Expand Down

0 comments on commit 44f5aa8

Please sign in to comment.