CommunityToolkit / Maui

The .NET MAUI Community Toolkit is a community-created library that contains .NET MAUI Extensions, Advanced UI/UX Controls, and Behaviors to help make your life as a .NET MAUI developer easier
https://learn.microsoft.com/dotnet/communitytoolkit/maui
MIT License
2.28k stars 404 forks source link

Bugfix. StatusBar.Android.PlatformSetColor() accidently clears all Window flags #2294

Closed evgenyvalavin closed 1 month ago

evgenyvalavin commented 1 month ago

Description of Change

Call AddFlags() instead of SetFlags().

Linked Issues

evgenyvalavin commented 1 month ago

Double checking something

evgenyvalavin commented 1 month ago

Tripple checked. It doesn't solve the problem