Browse Source

always validate content after link has been shared

cyberta 4 years ago
parent
commit
b25cafabb7
1 changed files with 1 additions and 0 deletions
  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()
         }
     }