mirror of
https://github.com/bitwarden/mobile
synced 2026-01-04 09:33:16 +00:00
Fix Progress dialog crash on tombstoning (#1682)
* Changed ProgressDialog because deprecated and improved the dismissal of the dialog in order for it not to crash the app on certain situations * Removed android version check given that our minimum is greater that the check
This commit is contained in:
committed by
GitHub
parent
137c762e40
commit
5a6aec51f3
@@ -36,6 +36,10 @@ namespace Bit.Droid.Utilities
|
||||
{
|
||||
get => ThemeManager.GetResourceColor("SwitchThumbColor").ToAndroid();
|
||||
}
|
||||
public static Color TextColor
|
||||
{
|
||||
get => ThemeManager.GetResourceColor("TextColor").ToAndroid();
|
||||
}
|
||||
|
||||
public static void SetAppearance(string theme, bool osDarkModeEnabled)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user