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

restrict workaround to Android

This commit is contained in:
mpbw2
2024-01-29 16:26:36 -05:00
parent dd3d036756
commit 69688cfb98

View File

@@ -138,7 +138,8 @@
x:Name="_duoWebView"
HorizontalOptions="FillAndExpand"
VerticalOptions="FillAndExpand"
HeightRequest="{Binding DuoWebViewHeight, Mode=OneWay}" />
MinimumHeightRequest="{OnPlatform iOS=400}"
HeightRequest="{OnPlatform Android={Binding DuoWebViewHeight, Mode=OneWay}}" />
<StackLayout StyleClass="box" VerticalOptions="End">
<StackLayout StyleClass="box-row, box-row-switch">
<Label