Remove redundant IsKnown property.
This commit is contained in:
@@ -60,8 +60,7 @@
|
|||||||
<controls:ImagePreviewControl
|
<controls:ImagePreviewControl
|
||||||
FromAddress="{x:Bind Address}"
|
FromAddress="{x:Bind Address}"
|
||||||
FromName="{x:Bind Name}"
|
FromName="{x:Bind Name}"
|
||||||
SenderContactPicture="{x:Bind Base64ContactPicture}"
|
SenderContactPicture="{x:Bind Base64ContactPicture}" />
|
||||||
IsKnown="False" />
|
|
||||||
<TextBlock Grid.Column="1">
|
<TextBlock Grid.Column="1">
|
||||||
<Run FontWeight="SemiBold" Text="{x:Bind Name}" /><LineBreak /><Run Text="{x:Bind Address}" />
|
<Run FontWeight="SemiBold" Text="{x:Bind Name}" /><LineBreak /><Run Text="{x:Bind Address}" />
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
|||||||
Reference in New Issue
Block a user