Verschickte Bilder werden jetzt korrekt rotiert angezeigt.

Die Synchronisation der Kontaktliste nach dem Senden einer Nachricht wird korrekt aktualisiert.
This commit is contained in:
LynJet
2022-06-03 16:40:47 +02:00
parent 04d06d4e3b
commit aa0004ec07
4 changed files with 43 additions and 15 deletions

View File

@@ -642,6 +642,8 @@ namespace ChatController
Chatbox.Text = string.Empty;
Thread.Sleep(500);
DoSynchro();
}
}