Benachrichtigungsanzeige verbessert:

Mehrere Benachrichtigungen öffnen alle den richtigen Chat
This commit is contained in:
Lyndon
2019-09-03 15:15:12 +02:00
parent 69cb1cf509
commit 305a26370f
6 changed files with 77 additions and 64 deletions

View File

@@ -92,7 +92,7 @@
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<TextBlock Text="{Binding Path=Name, FallbackValue=FirstName}" Foreground="{Binding Path=ContactChatColor}" FontSize="16" Margin="1" />
<TextBlock Text="{Binding Path=ReceivedMessage}" Grid.Row="1" FontSize="14" Foreground="{Binding Path=Color}" Margin="1" />
<TextBlock Text="{Binding Path=ReceivedMessage.Text}" Grid.Row="1" FontSize="14" Foreground="{Binding Path=Color}" Margin="1" />
</Grid>
</Grid>
</Border>