TF-465 Change group identifier

This commit is contained in:
dab246
2022-04-15 18:24:10 +07:00
committed by Dat H. Pham
parent 3c5044c0fc
commit 30711cde40
3 changed files with 5 additions and 5 deletions
@@ -11,7 +11,7 @@ import MobileCoreServices
class ShareViewController: SLComposeServiceViewController {
let hostAppBundleIdentifier = "com.linagora.ios.teammail"
let hostAppBundleIdentifier = "com.linagora.teammail"
let sharedKey = "ShareKey"
var sharedText: [String] = []
let textContentType = kUTTypeText as String