mirror of
https://github.com/bitwarden/android.git
synced 2026-05-25 23:46:58 -05: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