mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 13:38:21 +00:00
fix after merge
This commit is contained in:
parent
28fe7f40b0
commit
8d6620e6ea
@ -232,6 +232,10 @@ public final class ChatController: TelegramController, GalleryHiddenMediaTarget,
|
||||
private var beginMediaRecordingRequestId: Int = 0
|
||||
private var lockMediaRecordingRequestId: Int?
|
||||
|
||||
public override var navigationCustomData: Any? {
|
||||
return self.chatLocation
|
||||
}
|
||||
|
||||
var purposefulAction: (() -> Void)?
|
||||
|
||||
public init(context: AccountContext, chatLocation: ChatLocation, messageId: MessageId? = nil, botStart: ChatControllerInitialBotStart? = nil, mode: ChatControllerPresentationMode = .standard(previewing: false)) {
|
||||
@ -4769,6 +4773,8 @@ public final class ChatController: TelegramController, GalleryHiddenMediaTarget,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
|
||||
private func presentMapPicker(editingMessage: Bool) {
|
||||
guard let peer = self.presentationInterfaceState.renderedPeer?.peer else {
|
||||
return
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user