Removed xaml converter for resolving mail subjects. (#497)

This commit is contained in:
Burak Kaan Köse
2024-12-29 23:00:42 +01:00
committed by GitHub
parent d3780244cd
commit 332f2ab89f
5 changed files with 20 additions and 6 deletions

View File

@@ -190,11 +190,11 @@
<local:AnimatedIcon.RenderTransform />
</local:AnimatedIcon>
<!-- Subject is bound in the code behind. -->
<TextBlock
x:Name="TitleText"
Grid.Column="1"
MaxLines="1"
Text="{x:Bind helpers:XamlHelpers.GetMailItemSubject(MailItem.Subject)}"
TextTrimming="CharacterEllipsis" />
<TextBlock