mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Saved messages
This commit is contained in:
@@ -142,7 +142,7 @@ func rightNavigationButtonForChatInterfaceState(context: AccountContext, present
|
||||
return chatInfoNavigationButton
|
||||
}
|
||||
|
||||
if case .standard(true) = presentationInterfaceState.mode {
|
||||
if case .standard(.previewing) = presentationInterfaceState.mode {
|
||||
return chatInfoNavigationButton
|
||||
} else if let peer = presentationInterfaceState.renderedPeer?.peer {
|
||||
if presentationInterfaceState.accountPeerId == peer.id {
|
||||
|
||||
Reference in New Issue
Block a user