Bladeren bron

add placeholder to textview

cyberta 5 jaren geleden
bovenliggende
commit
2f4c05eeb4
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      DcShare/Controller/ShareViewController.swift

+ 1 - 0
DcShare/Controller/ShareViewController.swift

@@ -54,6 +54,7 @@ class ShareViewController: SLComposeServiceViewController {
                 }
             }
         }
+        placeholder = String.localized("chat_input_placeholder")
 
         DispatchQueue.global(qos: .background).async {
             self.shareAttachment = ShareAttachment(dcContext: self.dcContext, inputItems: self.extensionContext?.inputItems, delegate: self)