Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 08e548d

Browse files
authored
Url sharing: remove footer - fixes #456 (#458)
1 parent df64b95 commit 08e548d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Client/Frontend/Share/ShareExtensionHelper.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class ShareExtensionHelper: NSObject {
4444
activityItems.append(self)
4545

4646
// Cliqz: Added footer text to the share items
47-
let footerText = generateFooterText()
48-
activityItems.append(footerText as AnyObject)
47+
// let footerText = generateFooterText()
48+
// activityItems.append(footerText as AnyObject)
4949

5050
/* Cliqz: Added Application activities
5151
let activityViewController = UIActivityViewController(activityItems: activityItems, applicationActivities: nil)

0 commit comments

Comments
 (0)