mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-05 02:41:05 +00:00
Fix avatars in in-app notifications
This commit is contained in:
@@ -142,6 +142,8 @@ final class ChatMessageNotificationItemNode: NotificationItemNode {
|
||||
} else {
|
||||
isScheduled = true
|
||||
}
|
||||
} else {
|
||||
self.avatarNode.setPeer(account: item.context.account, theme: presentationData.theme, peer: peer, overrideImage: peer.id == item.context.account.peerId ? .savedMessagesIcon : nil, emptyColor: presentationData.theme.list.mediaPlaceholderColor)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user