Ver código fonte

always validate content after link has been shared

cyberta 4 anos atrás
pai
commit
b25cafabb7
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      DcShare/Controller/ShareViewController.swift

+ 1 - 0
DcShare/Controller/ShareViewController.swift

@@ -203,6 +203,7 @@ extension ShareViewController: ShareAttachmentDelegate {
             } else {
                 self.textView.text = "\(url.absoluteString)"
             }
+            self.validateContent()
         }
     }