Browse Source

added parameters func messageNotification

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 3 years ago
parent
commit
53d6aa6f91
1 changed files with 1 additions and 1 deletions
  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 }
                 guard var description = description else { return }
                 if description.trimmingCharacters(in: .whitespacesAndNewlines) == "" { return }
                 if description.trimmingCharacters(in: .whitespacesAndNewlines) == "" { return }
                 description = NSLocalizedString(description, comment: "")
                 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)
             }
             }
         }
         }
     }
     }