mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Saved messages
This commit is contained in:
@@ -10,7 +10,7 @@ import ForwardAccessoryPanelNode
|
||||
import ReplyAccessoryPanelNode
|
||||
|
||||
func accessoryPanelForChatPresentationIntefaceState(_ chatPresentationInterfaceState: ChatPresentationInterfaceState, context: AccountContext, currentPanel: AccessoryPanelNode?, chatControllerInteraction: ChatControllerInteraction?, interfaceInteraction: ChatPanelInterfaceInteraction?) -> AccessoryPanelNode? {
|
||||
if case .standard(previewing: true) = chatPresentationInterfaceState.mode {
|
||||
if case .standard(.previewing) = chatPresentationInterfaceState.mode {
|
||||
return nil
|
||||
}
|
||||
if let _ = chatPresentationInterfaceState.interfaceState.selectionState {
|
||||
|
||||
Reference in New Issue
Block a user