Use MXKAppSettings.pasteboard on copy operations

This commit is contained in:
ismailgulek
2020-10-09 13:58:54 +03:00
parent 6c03617172
commit 192c36a52d
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -2622,7 +2622,7 @@
if (permalink)
{
[[UIPasteboard generalPasteboard] setString:permalink];
MXKAppSettings.standardAppSettings.pasteboard.string = permalink;
}
else
{
@@ -5256,7 +5256,7 @@
if (textMessage)
{
[UIPasteboard generalPasteboard].string = textMessage;
MXKAppSettings.standardAppSettings.pasteboard.string = textMessage;
}
else
{