mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Use MXKAppSettings.pasteboard on copy operations
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user