mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 10:43:22 +00:00
PM-3349 PM-3350 MAUI Migration fix nullable exception bindings and AsyncCommand canExecute null exception
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Bit.App.Controls
|
||||
FontFamily = "Menlo-Regular";
|
||||
break;
|
||||
case Device.Android:
|
||||
FontFamily = "RobotoMono_Regular.ttf#Roboto Mono";
|
||||
FontFamily = "RobotoMono_Regular.ttf";
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user