mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-29 04:22:22 -05:00
fix: use normal theme for dialogs in light mode
This commit is contained in:
parent
bf08f19378
commit
7b0c4c52dd
@ -131,7 +131,7 @@ namespace keepass2android
|
|||||||
if (HasThemes())
|
if (HasThemes())
|
||||||
{
|
{
|
||||||
bool dark = UseDarkTheme;
|
bool dark = UseDarkTheme;
|
||||||
_activity.SetTheme(dark ? Resource.Style.Base_Dialog : Resource.Style.Base_Dialog_Dark);
|
_activity.SetTheme(dark ? Resource.Style.Base_Dialog_Dark : Resource.Style.Base_Dialog);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user