Fehler im BeWoPlaner mit chat, wenn das fenster geschlossen sit
This commit is contained in:
@@ -754,8 +754,12 @@ namespace ChatController
|
||||
var selectedGroupId = selectedContact?.GroupId;
|
||||
|
||||
if(senderId != receiverId && (_IsInBackground || receiverGroupId != selectedGroupId))
|
||||
{
|
||||
if(ContainingWindow != null)
|
||||
{
|
||||
ContainingWindow.Icon = Utils.GetImageSourceFromIcon(Resource.oC_favico_NewMessage);
|
||||
}
|
||||
|
||||
ShowNotification(newContact.Name, newContact.ReceivedMessage, newContact.GroupId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user