Skip to content

Commit

Permalink
more fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Mar 1, 2023
1 parent c101ffb commit ec56a0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public async Task IsCheckedInitializesCorrectly(bool isChecked)
var layoutSecond = new VerticalStackLayout();
var rdSecond = new RadioButton { GroupName = "SecondGroup", IsChecked = xplatIsChecked };
layoutSecond.Add(rdSecond);
layoutSecond.Add(new RadioButton { GroupName = "MiddleGroup" });
layoutSecond.Add(new RadioButton { GroupName = "MiddleGroup" });
layoutSecond.Add(new RadioButton { GroupName = "SecondGroup" });
layoutSecond.Add(new RadioButton { GroupName = "SecondGroup" });
var layout = new VerticalStackLayout
{
layoutFirst,
Expand Down

0 comments on commit ec56a0b

Please sign in to comment.