mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-03 21:16:35 +00:00
Various fixes
This commit is contained in:
parent
d4b604ae8b
commit
92f2ff623b
@ -1660,6 +1660,9 @@ public final class StoryItemSetContainerComponent: Component {
|
|||||||
} else if component.slice.item.storyItem.isPending {
|
} else if component.slice.item.storyItem.isPending {
|
||||||
displayFooter = true
|
displayFooter = true
|
||||||
}
|
}
|
||||||
|
if component.slice.item.storyItem.isForwardingDisabled {
|
||||||
|
canShare = false
|
||||||
|
}
|
||||||
|
|
||||||
if displayFooter {
|
if displayFooter {
|
||||||
let contentViewsShadowView: UIImageView
|
let contentViewsShadowView: UIImageView
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user