We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df2c9f commit 739c843Copy full SHA for 739c843
1 file changed
samples/CommunityToolkit.Maui.Sample/Pages/Behaviors/StatusBarBehaviorPage.xaml.cs
@@ -9,12 +9,4 @@ public StatusBarBehaviorPage(StatusBarBehaviorViewModel viewModel)
9
{
10
InitializeComponent();
11
}
12
-
13
- protected override void OnNavigatedTo(NavigatedToEventArgs args)
14
- {
15
- base.OnNavigatedTo(args);
16
17
- var statusBarColor = Color.FromRgb(BindingContext.RedSliderValue, BindingContext.GreenSliderValue, BindingContext.BlueSliderValue);
18
- CommunityToolkit.Maui.Core.Platform.StatusBar.SetColor(statusBarColor);
19
- }
20
0 commit comments