mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Fix toast bottom margin for header action
This commit is contained in:
@@ -123,7 +123,8 @@ class ThreadViewController: RoomViewController {
|
||||
|
||||
MXKPasteboardManager.shared.pasteboard.string = permalink
|
||||
view.vc_toast(message: VectorL10n.roomEventCopyLinkInfo,
|
||||
image: Asset.Images.linkIcon.image)
|
||||
image: Asset.Images.linkIcon.image,
|
||||
additionalMargin: self.roomInputToolbarContainerHeightConstraint.constant)
|
||||
}
|
||||
|
||||
private func sharePermalink() {
|
||||
|
||||
Reference in New Issue
Block a user