1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-11-07 09:20:04 +01: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
No known key found for this signature in database
GPG Key ID: 9389160FF6C295F3

View File

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