mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -188,7 +188,7 @@ func secondaryRightNavigationButtonForChatInterfaceState(context: AccountContext
|
||||
return nil
|
||||
}
|
||||
if case .standard(.default) = presentationInterfaceState.mode {
|
||||
if case .peer(context.account.peerId) = presentationInterfaceState.chatLocation, presentationInterfaceState.subject != .scheduledMessages {
|
||||
if case .peer(context.account.peerId) = presentationInterfaceState.chatLocation, presentationInterfaceState.subject != .scheduledMessages, presentationInterfaceState.hasSavedChats {
|
||||
return moreInfoNavigationButton
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user