Browse Source

always validate content after link has been shared

cyberta 4 năm trước cách đây
mục cha
commit
b25cafabb7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()
         }
     }