Эх сурвалжийг харах

add placeholder to textview

cyberta 5 жил өмнө
parent
commit
2f4c05eeb4

+ 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)