mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Merge branch 'develop' into ismail/5096_thread_notifications
This commit is contained in:
@@ -113,11 +113,11 @@ class ThreadViewController: RoomViewController {
|
||||
}
|
||||
|
||||
private func copyPermalink() {
|
||||
guard let permalink = permalink else {
|
||||
guard let permalink = permalink, let url = URL(string: permalink) else {
|
||||
return
|
||||
}
|
||||
|
||||
MXKPasteboardManager.shared.pasteboard.string = permalink
|
||||
MXKPasteboardManager.shared.pasteboard.url = url
|
||||
view.vc_toast(message: VectorL10n.roomEventCopyLinkInfo,
|
||||
image: Asset.Images.linkIcon.image,
|
||||
additionalMargin: self.roomInputToolbarContainerHeightConstraint.constant)
|
||||
|
||||
Reference in New Issue
Block a user