Explorar o código

Update iOSClient/Utility/NCContentPresenter.swift

Co-authored-by: Henry <thisisthefoxe@gmail.com>
Marino Faggiana %!s(int64=3) %!d(string=hai) anos
pai
achega
2e1bd0ac01
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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))