Skip to content
Snippets Groups Projects
Commit 525e5501 authored by Morten Husted's avatar Morten Husted
Browse files

default toggled

parent f250ec64
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,9 @@ namespace BeSafePlus.Platforms.Android.UI
{
var navColor = isDarkMode ? black : white;
var statusColor = isDarkMode ? black : white;
window.SetNavigationBarColor(navColor);
window.SetStatusBarColor(statusColor);
if (Build.VERSION.SdkInt >= BuildVersionCodes.R)
{
......
......@@ -265,7 +265,7 @@ namespace BeSafePlus.ViewModels
else
{
IsDarkMode = Application.Current?.RequestedTheme == AppTheme.Dark;
IsDarkMode = true;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment