Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

[housekeeping] Automated PR to fix formatting errors #14581

Merged
merged 1 commit into from
Sep 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using Xamarin.Forms.CustomAttributes;
using System.Threading.Tasks;
using Xamarin.Forms.CustomAttributes;

#if UITEST
using Xamarin.UITest;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Xamarin.Forms.Controls.Issues
#endif
[Preserve(AllMembers = true)]
[Issue(IssueTracker.Github, 14544, "RadioButton does not respond to taps after changing IsEnabled from false to true", PlatformAffected.iOS)]
public class Issue14544 : TestContentPage
public class Issue14544 : TestContentPage
{
RadioButton _radioButton;
Button _button;
Expand All @@ -38,7 +38,7 @@ protected override void Init()
};

_statusLabel = new Label { Text = UncheckedLabel, AutomationId = StatusLabelID };

_radioButton = new RadioButton
{
AutomationId = RadioButtonID,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ void UpdateToolbar()
else
{
bar.UpdateBackground(barBackground);
}
}

Color textColor = Element.BarTextColor;
if (!textColor.IsDefault)
Expand Down