Skip to content

Commit

Permalink
[create-pull-request] automated change (#18722)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Nov 14, 2023
1 parent 78e64c2 commit 2c650a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static CoreGraphics.CGSize getViewportSize(UIScrollView scrollView)
});
}

internal class TestStackLayout : VerticalStackLayout
internal class TestStackLayout : VerticalStackLayout
{
public Rect LastArrangeBounds { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion src/Controls/tests/UITests/Tests/Issues/Issue18282.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Microsoft.Maui.AppiumTests.Issues
class Issue18282 : _IssuesUITest
{
public Issue18282(TestDevice device) : base(device) { }

public override string Issue => "The editor placeholder can't able to changed, It's default placed at center";

[Test]
Expand Down
2 changes: 1 addition & 1 deletion src/Controls/tests/UITests/Tests/Issues/Issue18647.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public Issue18647(TestDevice device) : base(device)
}

public override string Issue => "Editor TextTransform property works as expected";

[Test]
public void EditorTextTransformWorks()
{
Expand Down
2 changes: 1 addition & 1 deletion src/Core/src/Handlers/Slider/SliderHandler.iOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected override void ConnectHandler(UISlider platformView)
protected override void DisconnectHandler(UISlider platformView)
{
base.DisconnectHandler(platformView);
_proxy.Disconnect(platformView);
_proxy.Disconnect(platformView);
}

public static void MapMinimum(ISliderHandler handler, ISlider slider)
Expand Down

0 comments on commit 2c650a8

Please sign in to comment.