mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
Compare commits
1 Commits
mobiletf/p
...
fedemkr-pa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a437a0649 |
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Bit.App.Models;
|
||||
@@ -158,9 +158,7 @@ namespace Bit.App.Utilities
|
||||
{
|
||||
#if UT
|
||||
return false;
|
||||
#endif
|
||||
|
||||
#if ANDROID
|
||||
#elif ANDROID
|
||||
return Application.Current.RequestedTheme == AppTheme.Dark;
|
||||
#else
|
||||
var requestedTheme = AppTheme.Unspecified;
|
||||
|
||||
Reference in New Issue
Block a user