Explorar el Código

fix lint warning

cyberta hace 4 años
padre
commit
acc384e291
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      deltachat-ios/Chat/Views/DraftArea.swift

+ 1 - 1
deltachat-ios/Chat/Views/DraftArea.swift

@@ -12,7 +12,7 @@ public class DraftArea: UIView, InputItem {
     public func keyboardEditingEndsAction() {}
     public func keyboardEditingBeginsAction() {}
 
-    weak var delegate: DraftPreviewDelegate? {
+    var delegate: DraftPreviewDelegate? {
         set {
             quotePreview.delegate = newValue
             mediaPreview.delegate = newValue