mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
Removing error/loading placeholders of icons on the cells to see if that is causing the background crash on iOS; so we can test this in TestFlight
This commit is contained in:
@@ -31,8 +31,6 @@
|
||||
<controls:CachedImage
|
||||
Grid.Column="0"
|
||||
BitmapOptimizations="True"
|
||||
ErrorPlaceholder="login.png"
|
||||
LoadingPlaceholder="login.png"
|
||||
HorizontalOptions="Center"
|
||||
VerticalOptions="Center"
|
||||
WidthRequest="22"
|
||||
@@ -41,6 +39,8 @@
|
||||
IsVisible="{Binding ShowIconImage}"
|
||||
Source="{Binding IconImageSource, Mode=OneTime}"
|
||||
AutomationProperties.IsInAccessibleTree="False" />
|
||||
<!-- ErrorPlaceholder="login.png"
|
||||
LoadingPlaceholder="login.png" -->
|
||||
|
||||
<Label
|
||||
LineBreakMode="TailTruncation"
|
||||
|
||||
@@ -44,8 +44,6 @@
|
||||
x:Name="_iconImage"
|
||||
Grid.Column="0"
|
||||
BitmapOptimizations="True"
|
||||
ErrorPlaceholder="login.png"
|
||||
LoadingPlaceholder="login.png"
|
||||
HorizontalOptions="CenterAndExpand"
|
||||
VerticalOptions="CenterAndExpand"
|
||||
Margin="9"
|
||||
@@ -56,6 +54,8 @@
|
||||
Source="{Binding IconImageSource, Mode=OneTime}"
|
||||
AutomationProperties.IsInAccessibleTree="False"
|
||||
AutomationId="CipherWebsiteIcon" />
|
||||
<!-- ErrorPlaceholder="login.png"
|
||||
LoadingPlaceholder="login.png" -->
|
||||
|
||||
<Grid RowSpacing="0" ColumnSpacing="0" Grid.Row="0" Grid.Column="1" VerticalOptions="Center" Padding="0, 7">
|
||||
<Grid.RowDefinitions>
|
||||
|
||||
Reference in New Issue
Block a user