Skip to content

Commit 8d94968

Browse files
github-actions[bot]PureWeen
authored andcommitted
[create-pull-request] automated change (#29505)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3ea1f69 commit 8d94968

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Controls/src/Core/Compatibility/Handlers/Shell/iOS/SearchHandlerAppearanceTracker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ void UpdateSearchBarBackgroundColor(UITextField textField)
178178
if (_defaultBackgroundColor == null)
179179
_defaultBackgroundColor = backgroundView.BackgroundColor;
180180

181-
UIColor backgroundColor = backGroundColor.ToPlatform();
181+
UIColor backgroundColor = backGroundColor.ToPlatform();
182182
backgroundView.BackgroundColor = backgroundColor;
183183
textField.BackgroundColor = backgroundColor;
184184
}

src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue19191.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public Issue19191(TestDevice device)
1212
: base(device)
1313
{ }
1414

15-
[Test]
15+
[Test]
1616
[Category(UITestCategories.Picker)]
1717
public void PickerTitleShouldBeRed()
1818
{

src/Core/src/Platform/iOS/PickerExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ internal static void UpdatePicker(this MauiPicker platformPicker, IPicker picker
3636
{
3737
platformPicker.Text = picker.GetItem(selectedIndex);
3838
}
39-
else
39+
else
4040
{
4141
platformPicker.UpdatePickerTitle(picker);
4242
}

0 commit comments

Comments
 (0)