mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Stories
This commit is contained in:
@@ -97,6 +97,7 @@ import LegacyInstantVideoController
|
||||
import StoryContainerScreen
|
||||
import StoryContentComponent
|
||||
import MoreHeaderButton
|
||||
import VolumeButtons
|
||||
|
||||
#if DEBUG
|
||||
import os.signpost
|
||||
@@ -4532,7 +4533,8 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
||||
transitionIn = StoryContainerScreen.TransitionIn(
|
||||
sourceView: result,
|
||||
sourceRect: result.bounds,
|
||||
sourceCornerRadius: 2.0
|
||||
sourceCornerRadius: 2.0,
|
||||
sourceIsAvatar: false
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user