mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
Fix Android build UT Failing because of precompiler directives. (#2991)
This commit is contained in:
committed by
GitHub
parent
450101d9e4
commit
333917c00d
@@ -156,6 +156,10 @@ namespace Bit.App.Utilities
|
||||
// MAUI Issue: https://github.com/dotnet/maui/issues/19614
|
||||
public static bool OsDarkModeEnabled()
|
||||
{
|
||||
#if UT
|
||||
return false;
|
||||
#endif
|
||||
|
||||
#if ANDROID
|
||||
return Application.Current.RequestedTheme == AppTheme.Dark;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user