Use MXKPasteboardManager.pasteboard on copy operations

This commit is contained in:
ismailgulek
2020-10-09 15:20:54 +03:00
parent 6a4437b7c5
commit e0cccaa088
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2622,7 +2622,7 @@
if (permalink)
{
MXKAppSettings.standardAppSettings.pasteboard.string = permalink;
MXKPasteboardManager.shared.pasteboard.string = permalink;
}
else
{
@@ -5256,7 +5256,7 @@
if (textMessage)
{
MXKAppSettings.standardAppSettings.pasteboard.string = textMessage;
MXKPasteboardManager.shared.pasteboard.string = textMessage;
}
else
{