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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user