1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

PM-3349 PM-3350 MAUI Migration fix nullable exception bindings and AsyncCommand canExecute null exception

This commit is contained in:
Federico Maccaroni
2023-09-29 12:12:01 -03:00
parent 8ef9443b1e
commit b8f0747dd4
15 changed files with 136 additions and 121 deletions

View File

@@ -16,7 +16,7 @@ namespace Bit.App.Controls
FontFamily = "bwi-font";
break;
case Device.Android:
FontFamily = "bwi-font.ttf#bwi-font";
FontFamily = "bwi-font.ttf";
break;
}