浏览代码

Apply suggestions from code review

Co-authored-by: Henry <thisisthefoxe@gmail.com>
Marino Faggiana 3 年之前
父节点
当前提交
bbdb3cb68d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/Utility/NCContentPresenter.swift

+ 1 - 1
iOSClient/Utility/NCContentPresenter.swift

@@ -97,7 +97,7 @@ class NCContentPresenter: NSObject {
     
     private func flatTop(title: String, description: String, delay: TimeInterval, imageName: String?, type: messageType, priority: EKAttributes.Precedence.Priority = .normal, dropEnqueuedEntries: Bool = false) {
      
-        if SwiftEntryKit.isCurrentlyDisplaying(entryNamed: title+description) { return }
+        if SwiftEntryKit.isCurrentlyDisplaying(entryNamed: title + description) { return }
         
         var attributes = EKAttributes.topFloat
         var image: UIImage?