mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -268,7 +268,7 @@ private enum InviteLinkViewEntry: Comparable, Identifiable {
|
||||
} else {
|
||||
interaction.shareLink(invite)
|
||||
}
|
||||
}, contextAction: { node, gesture in
|
||||
}, contextAction: invite.link?.hasSuffix("...") == true ? nil : { node, gesture in
|
||||
interaction.contextAction(invite, node, gesture)
|
||||
}, viewAction: {
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user