1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

hardcoded AccountViewCell Avatar image to 40x40 to avoid current iOS/Android bugs where they fill much larger space.

This commit is contained in:
Dinis Vieira
2023-10-13 18:49:30 +01:00
parent d63a219272
commit 2e4da1b87d

View File

@@ -39,6 +39,8 @@
Grid.Column="0"
Source="{Binding AvatarImageSource}"
HorizontalOptions="Center"
HeightRequest="40"
WidthRequest="40"
Margin="10,0"
VerticalOptions="Center" />