mirror of
https://github.com/bitwarden/mobile
synced 2026-01-20 01:13:30 +00:00
PM-3350 MAUI Migration Fix iOS Autofill extension
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
BackgroundColor="#22000000"
|
||||
Padding="0"
|
||||
IsVisible="False">
|
||||
<StackLayout
|
||||
<VerticalStackLayout
|
||||
x:Name="_accountListContainer"
|
||||
VerticalOptions="Fill"
|
||||
HorizontalOptions="FillAndExpand"
|
||||
@@ -58,5 +58,5 @@
|
||||
<TapGestureRecognizer Tapped="FreeSpaceOverlay_Tapped" />
|
||||
</BoxView.GestureRecognizers>
|
||||
</BoxView>
|
||||
</StackLayout>
|
||||
</VerticalStackLayout>
|
||||
</ContentView>
|
||||
|
||||
Reference in New Issue
Block a user