Add empty search result chat list footer

This commit is contained in:
Isaac
2024-12-28 02:43:55 +08:00
parent a5579103f4
commit dea8f6b48c
7 changed files with 377 additions and 12 deletions

View File

@@ -593,8 +593,10 @@ private struct NotificationContent: CustomStringConvertible {
if !self.userInfo.isEmpty {
content.userInfo = self.userInfo
}
if !self.attachments.isEmpty {
content.attachments = self.attachments
if self.isLockedMessage == nil {
if !self.attachments.isEmpty {
content.attachments = self.attachments
}
}
if #available(iOS 15.0, *) {