Преглед изворни кода

add placeholder to textview

cyberta пре 5 година
родитељ
комит
2f4c05eeb4
1 измењених фајлова са 1 додато и 0 уклоњено
  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)