mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
PM-3349 MAUI - Android - Fix Options page
This commit is contained in:
@@ -124,7 +124,7 @@ namespace Bit.App.Pages
|
||||
}
|
||||
}
|
||||
|
||||
public bool ShowAutoDarkThemeOptions => ThemeOptions[ThemeSelectedIndex].Key == null;
|
||||
public bool ShowAutoDarkThemeOptions => ThemeSelectedIndex >= 0 ? ThemeOptions[ThemeSelectedIndex].Key == null : false;
|
||||
|
||||
public int AutoDarkThemeSelectedIndex
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user