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

Commit

Permalink
Automated dotnet-format update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 9, 2021
1 parent e9e97e2 commit 96ef635
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 96ef635

Please sign in to comment.