浏览代码

added parameters func messageNotification

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 3 年之前
父节点
当前提交
53d6aa6f91
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/Utility/NCContentPresenter.swift

+ 1 - 1
iOSClient/Utility/NCContentPresenter.swift

@@ -83,7 +83,7 @@ class NCContentPresenter: NSObject {
                 guard var description = description else { return }
                 if description.trimmingCharacters(in: .whitespacesAndNewlines) == "" { return }
                 description = NSLocalizedString(description, comment: "")
-                self.flatTop(title: NSLocalizedString(title, comment: ""), description: description, delay: delay, imageName: nil, type: type)
+                self.flatTop(title: NSLocalizedString(title, comment: ""), description: description, delay: delay, imageName: nil, type: type, priority: priority, dropEnqueuedEntries: dropEnqueuedEntries)
             }
         }
     }