You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: submodules/TelegramUI/Components/Stories/StoryContainerScreen/Sources/StoryItemSetContainerComponent.swift
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -450,6 +450,7 @@ public final class StoryItemSetContainerComponent: Component {
450
450
varcurrentSoundButtonState:Bool?
451
451
letsoundButton=ComponentView<Empty>()
452
452
varprivacyIcon:ComponentView<Empty>?
453
+
varpictureInPictureIcon:ComponentView<Empty>?
453
454
454
455
varcaptionItem:CaptionItem?
455
456
@@ -2160,6 +2161,9 @@ public final class StoryItemSetContainerComponent: Component {
2160
2161
iflet closeFriendIcon =self.privacyIcon?.view {
2161
2162
closeFriendIcon.layer.animateAlpha(from:0.0, to: closeFriendIcon.alpha, duration:0.25)
0 commit comments