Explorar o código

add placeholder to textview

cyberta %!s(int64=5) %!d(string=hai) anos
pai
achega
2f4c05eeb4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)