mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 06:13:21 +00:00
more black theme stub
This commit is contained in:
@@ -285,6 +285,10 @@ namespace Bit.Droid
|
||||
{
|
||||
SetTheme(Resource.Style.DarkTheme);
|
||||
}
|
||||
else if(theme == "black")
|
||||
{
|
||||
SetTheme(Resource.Style.BlackTheme);
|
||||
}
|
||||
else
|
||||
{
|
||||
SetTheme(Resource.Style.MainTheme);
|
||||
|
||||
Reference in New Issue
Block a user