Parcourir la source

Update iOSClient/Utility/NCContentPresenter.swift

Co-authored-by: Henry <thisisthefoxe@gmail.com>
Marino Faggiana il y a 3 ans
Parent
commit
2e1bd0ac01
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      iOSClient/Utility/NCContentPresenter.swift

+ 1 - 1
iOSClient/Utility/NCContentPresenter.swift

@@ -104,7 +104,7 @@ class NCContentPresenter: NSObject {
         
         attributes.windowLevel = .normal
         attributes.displayDuration = delay
-        attributes.name = title+description
+        attributes.name = title + description
         attributes.entryBackground = .color(color: EKColor(getBackgroundColorFromType(type)))
         attributes.popBehavior = .animated(animation: .init(translate: .init(duration: 0.3), scale: .init(from: 1, to: 0.7, duration: 0.7)))
         attributes.shadow = .active(with: .init(color: .black, opacity: 0.5, radius: 10, offset: .zero))