mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-07 01:10:09 +00:00
Various fixes
This commit is contained in:
parent
d47bbbeea0
commit
13824dd159
@ -2807,7 +2807,7 @@ final class ChatListSearchListPaneNode: ASDisplayNode, ChatListSearchPaneNode {
|
|||||||
}, openStorageManagement: {
|
}, openStorageManagement: {
|
||||||
}, openPasswordSetup: {
|
}, openPasswordSetup: {
|
||||||
}, openPremiumIntro: {
|
}, openPremiumIntro: {
|
||||||
}, openPremiumGift: { _ in
|
}, openPremiumGift: { _, _ in
|
||||||
}, openPremiumManagement: {
|
}, openPremiumManagement: {
|
||||||
}, openActiveSessions: {
|
}, openActiveSessions: {
|
||||||
}, openBirthdaySetup: {
|
}, openBirthdaySetup: {
|
||||||
@ -4645,7 +4645,7 @@ public final class ChatListSearchShimmerNode: ASDisplayNode {
|
|||||||
let interaction = ChatListNodeInteraction(context: context, animationCache: animationCache, animationRenderer: animationRenderer, activateSearch: {}, peerSelected: { _, _, _, _ in }, disabledPeerSelected: { _, _, _ in }, togglePeerSelected: { _, _ in }, togglePeersSelection: { _, _ in }, additionalCategorySelected: { _ in
|
let interaction = ChatListNodeInteraction(context: context, animationCache: animationCache, animationRenderer: animationRenderer, activateSearch: {}, peerSelected: { _, _, _, _ in }, disabledPeerSelected: { _, _, _ in }, togglePeerSelected: { _, _ in }, togglePeersSelection: { _, _ in }, additionalCategorySelected: { _ in
|
||||||
}, messageSelected: { _, _, _, _ in}, groupSelected: { _ in }, addContact: { _ in }, setPeerIdWithRevealedOptions: { _, _ in }, setItemPinned: { _, _ in }, setPeerMuted: { _, _ in }, setPeerThreadMuted: { _, _, _ in }, deletePeer: { _, _ in }, deletePeerThread: { _, _ in }, setPeerThreadStopped: { _, _, _ in }, setPeerThreadPinned: { _, _, _ in }, setPeerThreadHidden: { _, _, _ in }, updatePeerGrouping: { _, _ in }, togglePeerMarkedUnread: { _, _ in}, toggleArchivedFolderHiddenByDefault: {}, toggleThreadsSelection: { _, _ in }, hidePsa: { _ in }, activateChatPreview: { _, _, _, gesture, _ in
|
}, messageSelected: { _, _, _, _ in}, groupSelected: { _ in }, addContact: { _ in }, setPeerIdWithRevealedOptions: { _, _ in }, setItemPinned: { _, _ in }, setPeerMuted: { _, _ in }, setPeerThreadMuted: { _, _, _ in }, deletePeer: { _, _ in }, deletePeerThread: { _, _ in }, setPeerThreadStopped: { _, _, _ in }, setPeerThreadPinned: { _, _, _ in }, setPeerThreadHidden: { _, _, _ in }, updatePeerGrouping: { _, _ in }, togglePeerMarkedUnread: { _, _ in}, toggleArchivedFolderHiddenByDefault: {}, toggleThreadsSelection: { _, _ in }, hidePsa: { _ in }, activateChatPreview: { _, _, _, gesture, _ in
|
||||||
gesture?.cancel()
|
gesture?.cancel()
|
||||||
}, present: { _ in }, openForumThread: { _, _ in }, openStorageManagement: {}, openPasswordSetup: {}, openPremiumIntro: {}, openPremiumGift: { _ in }, openPremiumManagement: {}, openActiveSessions: {
|
}, present: { _ in }, openForumThread: { _, _ in }, openStorageManagement: {}, openPasswordSetup: {}, openPremiumIntro: {}, openPremiumGift: { _, _ in }, openPremiumManagement: {}, openActiveSessions: {
|
||||||
}, openBirthdaySetup: {
|
}, openBirthdaySetup: {
|
||||||
}, performActiveSessionAction: { _, _ in
|
}, performActiveSessionAction: { _, _ in
|
||||||
}, openChatFolderUpdates: {}, hideChatFolderUpdates: {
|
}, openChatFolderUpdates: {}, hideChatFolderUpdates: {
|
||||||
|
|||||||
@ -156,7 +156,7 @@ public final class ChatListShimmerNode: ASDisplayNode {
|
|||||||
let interaction = ChatListNodeInteraction(context: context, animationCache: animationCache, animationRenderer: animationRenderer, activateSearch: {}, peerSelected: { _, _, _, _ in }, disabledPeerSelected: { _, _, _ in }, togglePeerSelected: { _, _ in }, togglePeersSelection: { _, _ in }, additionalCategorySelected: { _ in
|
let interaction = ChatListNodeInteraction(context: context, animationCache: animationCache, animationRenderer: animationRenderer, activateSearch: {}, peerSelected: { _, _, _, _ in }, disabledPeerSelected: { _, _, _ in }, togglePeerSelected: { _, _ in }, togglePeersSelection: { _, _ in }, additionalCategorySelected: { _ in
|
||||||
}, messageSelected: { _, _, _, _ in}, groupSelected: { _ in }, addContact: { _ in }, setPeerIdWithRevealedOptions: { _, _ in }, setItemPinned: { _, _ in }, setPeerMuted: { _, _ in }, setPeerThreadMuted: { _, _, _ in }, deletePeer: { _, _ in }, deletePeerThread: { _, _ in }, setPeerThreadStopped: { _, _, _ in }, setPeerThreadPinned: { _, _, _ in }, setPeerThreadHidden: { _, _, _ in }, updatePeerGrouping: { _, _ in }, togglePeerMarkedUnread: { _, _ in}, toggleArchivedFolderHiddenByDefault: {}, toggleThreadsSelection: { _, _ in }, hidePsa: { _ in }, activateChatPreview: { _, _, _, gesture, _ in
|
}, messageSelected: { _, _, _, _ in}, groupSelected: { _ in }, addContact: { _ in }, setPeerIdWithRevealedOptions: { _, _ in }, setItemPinned: { _, _ in }, setPeerMuted: { _, _ in }, setPeerThreadMuted: { _, _, _ in }, deletePeer: { _, _ in }, deletePeerThread: { _, _ in }, setPeerThreadStopped: { _, _, _ in }, setPeerThreadPinned: { _, _, _ in }, setPeerThreadHidden: { _, _, _ in }, updatePeerGrouping: { _, _ in }, togglePeerMarkedUnread: { _, _ in}, toggleArchivedFolderHiddenByDefault: {}, toggleThreadsSelection: { _, _ in }, hidePsa: { _ in }, activateChatPreview: { _, _, _, gesture, _ in
|
||||||
gesture?.cancel()
|
gesture?.cancel()
|
||||||
}, present: { _ in }, openForumThread: { _, _ in }, openStorageManagement: {}, openPasswordSetup: {}, openPremiumIntro: {}, openPremiumGift: { _ in }, openPremiumManagement: {}, openActiveSessions: {}, openBirthdaySetup: {}, performActiveSessionAction: { _, _ in }, openChatFolderUpdates: {}, hideChatFolderUpdates: {}, openStories: { _, _ in }, openStarsTopup: { _ in
|
}, present: { _ in }, openForumThread: { _, _ in }, openStorageManagement: {}, openPasswordSetup: {}, openPremiumIntro: {}, openPremiumGift: { _, _ in }, openPremiumManagement: {}, openActiveSessions: {}, openBirthdaySetup: {}, performActiveSessionAction: { _, _ in }, openChatFolderUpdates: {}, hideChatFolderUpdates: {}, openStories: { _, _ in }, openStarsTopup: { _ in
|
||||||
}, dismissNotice: { _ in
|
}, dismissNotice: { _ in
|
||||||
}, editPeer: { _ in
|
}, editPeer: { _ in
|
||||||
})
|
})
|
||||||
|
|||||||
@ -101,7 +101,7 @@ public final class ChatListNodeInteraction {
|
|||||||
let openStorageManagement: () -> Void
|
let openStorageManagement: () -> Void
|
||||||
let openPasswordSetup: () -> Void
|
let openPasswordSetup: () -> Void
|
||||||
let openPremiumIntro: () -> Void
|
let openPremiumIntro: () -> Void
|
||||||
let openPremiumGift: ([EnginePeer.Id: TelegramBirthday]?) -> Void
|
let openPremiumGift: ([EnginePeer], [EnginePeer.Id: TelegramBirthday]?) -> Void
|
||||||
let openPremiumManagement: () -> Void
|
let openPremiumManagement: () -> Void
|
||||||
let openActiveSessions: () -> Void
|
let openActiveSessions: () -> Void
|
||||||
let openBirthdaySetup: () -> Void
|
let openBirthdaySetup: () -> Void
|
||||||
@ -157,7 +157,7 @@ public final class ChatListNodeInteraction {
|
|||||||
openStorageManagement: @escaping () -> Void,
|
openStorageManagement: @escaping () -> Void,
|
||||||
openPasswordSetup: @escaping () -> Void,
|
openPasswordSetup: @escaping () -> Void,
|
||||||
openPremiumIntro: @escaping () -> Void,
|
openPremiumIntro: @escaping () -> Void,
|
||||||
openPremiumGift: @escaping ([EnginePeer.Id: TelegramBirthday]?) -> Void,
|
openPremiumGift: @escaping ([EnginePeer], [EnginePeer.Id: TelegramBirthday]?) -> Void,
|
||||||
openPremiumManagement: @escaping () -> Void,
|
openPremiumManagement: @escaping () -> Void,
|
||||||
openActiveSessions: @escaping () -> Void,
|
openActiveSessions: @escaping () -> Void,
|
||||||
openBirthdaySetup: @escaping () -> Void,
|
openBirthdaySetup: @escaping () -> Void,
|
||||||
@ -741,13 +741,13 @@ private func mappedInsertEntries(context: AccountContext, nodeInteraction: ChatL
|
|||||||
case .premiumUpgrade, .premiumAnnualDiscount, .premiumRestore:
|
case .premiumUpgrade, .premiumAnnualDiscount, .premiumRestore:
|
||||||
nodeInteraction?.openPremiumIntro()
|
nodeInteraction?.openPremiumIntro()
|
||||||
case .xmasPremiumGift:
|
case .xmasPremiumGift:
|
||||||
nodeInteraction?.openPremiumGift(nil)
|
nodeInteraction?.openPremiumGift([], nil)
|
||||||
case .premiumGrace:
|
case .premiumGrace:
|
||||||
nodeInteraction?.openPremiumManagement()
|
nodeInteraction?.openPremiumManagement()
|
||||||
case .setupBirthday:
|
case .setupBirthday:
|
||||||
nodeInteraction?.openBirthdaySetup()
|
nodeInteraction?.openBirthdaySetup()
|
||||||
case let .birthdayPremiumGift(_, birthdays):
|
case let .birthdayPremiumGift(peers, birthdays):
|
||||||
nodeInteraction?.openPremiumGift(birthdays)
|
nodeInteraction?.openPremiumGift(peers, birthdays)
|
||||||
case .reviewLogin:
|
case .reviewLogin:
|
||||||
break
|
break
|
||||||
case let .starsSubscriptionLowBalance(amount, _):
|
case let .starsSubscriptionLowBalance(amount, _):
|
||||||
@ -1081,13 +1081,13 @@ private func mappedUpdateEntries(context: AccountContext, nodeInteraction: ChatL
|
|||||||
case .premiumUpgrade, .premiumAnnualDiscount, .premiumRestore:
|
case .premiumUpgrade, .premiumAnnualDiscount, .premiumRestore:
|
||||||
nodeInteraction?.openPremiumIntro()
|
nodeInteraction?.openPremiumIntro()
|
||||||
case .xmasPremiumGift:
|
case .xmasPremiumGift:
|
||||||
nodeInteraction?.openPremiumGift(nil)
|
nodeInteraction?.openPremiumGift([], nil)
|
||||||
case .premiumGrace:
|
case .premiumGrace:
|
||||||
nodeInteraction?.openPremiumManagement()
|
nodeInteraction?.openPremiumManagement()
|
||||||
case .setupBirthday:
|
case .setupBirthday:
|
||||||
nodeInteraction?.openBirthdaySetup()
|
nodeInteraction?.openBirthdaySetup()
|
||||||
case let .birthdayPremiumGift(_, birthdays):
|
case let .birthdayPremiumGift(peers, birthdays):
|
||||||
nodeInteraction?.openPremiumGift(birthdays)
|
nodeInteraction?.openPremiumGift(peers, birthdays)
|
||||||
case .reviewLogin:
|
case .reviewLogin:
|
||||||
break
|
break
|
||||||
case let .starsSubscriptionLowBalance(amount, _):
|
case let .starsSubscriptionLowBalance(amount, _):
|
||||||
@ -1710,11 +1710,11 @@ public final class ChatListNode: ListView {
|
|||||||
}
|
}
|
||||||
let controller = self.context.sharedContext.makePremiumIntroController(context: self.context, source: .ads, forceDark: false, dismissed: nil)
|
let controller = self.context.sharedContext.makePremiumIntroController(context: self.context, source: .ads, forceDark: false, dismissed: nil)
|
||||||
self.push?(controller)
|
self.push?(controller)
|
||||||
}, openPremiumGift: { [weak self] birthdays in
|
}, openPremiumGift: { [weak self] peers, birthdays in
|
||||||
guard let self else {
|
guard let self else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if let birthdays, birthdays.count == 1, let peerId = birthdays.keys.first {
|
if peers.count == 1, let peerId = peers.first?.id {
|
||||||
let _ = (self.context.engine.payments.premiumGiftCodeOptions(peerId: nil, onlyCached: true)
|
let _ = (self.context.engine.payments.premiumGiftCodeOptions(peerId: nil, onlyCached: true)
|
||||||
|> filter { !$0.isEmpty }
|
|> filter { !$0.isEmpty }
|
||||||
|> deliverOnMainQueue).start(next: { giftOptions in
|
|> deliverOnMainQueue).start(next: { giftOptions in
|
||||||
|
|||||||
@ -222,7 +222,7 @@ private final class TextSizeSelectionControllerNode: ASDisplayNode, ASScrollView
|
|||||||
}, messageSelected: { _, _, _, _ in}, groupSelected: { _ in }, addContact: { _ in }, setPeerIdWithRevealedOptions: { _, _ in }, setItemPinned: { _, _ in }, setPeerMuted: { _, _ in }, setPeerThreadMuted: { _, _, _ in }, deletePeer: { _, _ in }, deletePeerThread: { _, _ in }, setPeerThreadStopped: { _, _, _ in }, setPeerThreadPinned: { _, _, _ in }, setPeerThreadHidden: { _, _, _ in }, updatePeerGrouping: { _, _ in }, togglePeerMarkedUnread: { _, _ in}, toggleArchivedFolderHiddenByDefault: {}, toggleThreadsSelection: { _, _ in }, hidePsa: { _ in
|
}, messageSelected: { _, _, _, _ in}, groupSelected: { _ in }, addContact: { _ in }, setPeerIdWithRevealedOptions: { _, _ in }, setItemPinned: { _, _ in }, setPeerMuted: { _, _ in }, setPeerThreadMuted: { _, _, _ in }, deletePeer: { _, _ in }, deletePeerThread: { _, _ in }, setPeerThreadStopped: { _, _, _ in }, setPeerThreadPinned: { _, _, _ in }, setPeerThreadHidden: { _, _, _ in }, updatePeerGrouping: { _, _ in }, togglePeerMarkedUnread: { _, _ in}, toggleArchivedFolderHiddenByDefault: {}, toggleThreadsSelection: { _, _ in }, hidePsa: { _ in
|
||||||
}, activateChatPreview: { _, _, _, gesture, _ in
|
}, activateChatPreview: { _, _, _, gesture, _ in
|
||||||
gesture?.cancel()
|
gesture?.cancel()
|
||||||
}, present: { _ in }, openForumThread: { _, _ in }, openStorageManagement: {}, openPasswordSetup: {}, openPremiumIntro: {}, openPremiumGift: { _ in }, openPremiumManagement: {}, openActiveSessions: {
|
}, present: { _ in }, openForumThread: { _, _ in }, openStorageManagement: {}, openPasswordSetup: {}, openPremiumIntro: {}, openPremiumGift: { _, _ in }, openPremiumManagement: {}, openActiveSessions: {
|
||||||
}, openBirthdaySetup: {
|
}, openBirthdaySetup: {
|
||||||
}, performActiveSessionAction: { _, _ in
|
}, performActiveSessionAction: { _, _ in
|
||||||
}, openChatFolderUpdates: {}, hideChatFolderUpdates: {
|
}, openChatFolderUpdates: {}, hideChatFolderUpdates: {
|
||||||
|
|||||||
@ -371,7 +371,7 @@ final class ThemePreviewControllerNode: ASDisplayNode, ASScrollViewDelegate {
|
|||||||
}, activateChatPreview: { _, _, _, gesture, _ in
|
}, activateChatPreview: { _, _, _, gesture, _ in
|
||||||
gesture?.cancel()
|
gesture?.cancel()
|
||||||
}, present: { _ in
|
}, present: { _ in
|
||||||
}, openForumThread: { _, _ in }, openStorageManagement: {}, openPasswordSetup: {}, openPremiumIntro: {}, openPremiumGift: { _ in }, openPremiumManagement: {}, openActiveSessions: {
|
}, openForumThread: { _, _ in }, openStorageManagement: {}, openPasswordSetup: {}, openPremiumIntro: {}, openPremiumGift: { _, _ in }, openPremiumManagement: {}, openActiveSessions: {
|
||||||
}, openBirthdaySetup: {
|
}, openBirthdaySetup: {
|
||||||
}, performActiveSessionAction: { _, _ in
|
}, performActiveSessionAction: { _, _ in
|
||||||
}, openChatFolderUpdates: {}, hideChatFolderUpdates: {
|
}, openChatFolderUpdates: {}, hideChatFolderUpdates: {
|
||||||
|
|||||||
@ -648,7 +648,7 @@ public final class ChatInlineSearchResultsListComponent: Component {
|
|||||||
},
|
},
|
||||||
openPremiumIntro: {
|
openPremiumIntro: {
|
||||||
},
|
},
|
||||||
openPremiumGift: { _ in
|
openPremiumGift: { _, _ in
|
||||||
},
|
},
|
||||||
openPremiumManagement: {
|
openPremiumManagement: {
|
||||||
},
|
},
|
||||||
|
|||||||
@ -182,7 +182,7 @@ public final class LoadingOverlayNode: ASDisplayNode {
|
|||||||
let interaction = ChatListNodeInteraction(context: context, animationCache: context.animationCache, animationRenderer: context.animationRenderer, activateSearch: {}, peerSelected: { _, _, _, _ in }, disabledPeerSelected: { _, _, _ in }, togglePeerSelected: { _, _ in }, togglePeersSelection: { _, _ in }, additionalCategorySelected: { _ in
|
let interaction = ChatListNodeInteraction(context: context, animationCache: context.animationCache, animationRenderer: context.animationRenderer, activateSearch: {}, peerSelected: { _, _, _, _ in }, disabledPeerSelected: { _, _, _ in }, togglePeerSelected: { _, _ in }, togglePeersSelection: { _, _ in }, additionalCategorySelected: { _ in
|
||||||
}, messageSelected: { _, _, _, _ in}, groupSelected: { _ in }, addContact: { _ in }, setPeerIdWithRevealedOptions: { _, _ in }, setItemPinned: { _, _ in }, setPeerMuted: { _, _ in }, setPeerThreadMuted: { _, _, _ in }, deletePeer: { _, _ in }, deletePeerThread: { _, _ in }, setPeerThreadStopped: { _, _, _ in }, setPeerThreadPinned: { _, _, _ in }, setPeerThreadHidden: { _, _, _ in }, updatePeerGrouping: { _, _ in }, togglePeerMarkedUnread: { _, _ in}, toggleArchivedFolderHiddenByDefault: {}, toggleThreadsSelection: { _, _ in }, hidePsa: { _ in }, activateChatPreview: { _, _, _, gesture, _ in
|
}, messageSelected: { _, _, _, _ in}, groupSelected: { _ in }, addContact: { _ in }, setPeerIdWithRevealedOptions: { _, _ in }, setItemPinned: { _, _ in }, setPeerMuted: { _, _ in }, setPeerThreadMuted: { _, _, _ in }, deletePeer: { _, _ in }, deletePeerThread: { _, _ in }, setPeerThreadStopped: { _, _, _ in }, setPeerThreadPinned: { _, _, _ in }, setPeerThreadHidden: { _, _, _ in }, updatePeerGrouping: { _, _ in }, togglePeerMarkedUnread: { _, _ in}, toggleArchivedFolderHiddenByDefault: {}, toggleThreadsSelection: { _, _ in }, hidePsa: { _ in }, activateChatPreview: { _, _, _, gesture, _ in
|
||||||
gesture?.cancel()
|
gesture?.cancel()
|
||||||
}, present: { _ in }, openForumThread: { _, _ in }, openStorageManagement: {}, openPasswordSetup: {}, openPremiumIntro: {}, openPremiumGift: { _ in }, openPremiumManagement: {}, openActiveSessions: {}, openBirthdaySetup: {}, performActiveSessionAction: { _, _ in }, openChatFolderUpdates: {}, hideChatFolderUpdates: {}, openStories: { _, _ in }, openStarsTopup: { _ in
|
}, present: { _ in }, openForumThread: { _, _ in }, openStorageManagement: {}, openPasswordSetup: {}, openPremiumIntro: {}, openPremiumGift: { _, _ in }, openPremiumManagement: {}, openActiveSessions: {}, openBirthdaySetup: {}, performActiveSessionAction: { _, _ in }, openChatFolderUpdates: {}, hideChatFolderUpdates: {}, openStories: { _, _ in }, openStarsTopup: { _ in
|
||||||
}, dismissNotice: { _ in
|
}, dismissNotice: { _ in
|
||||||
}, editPeer: { _ in
|
}, editPeer: { _ in
|
||||||
})
|
})
|
||||||
@ -507,7 +507,7 @@ private final class PeerInfoScreenPersonalChannelItemNode: PeerInfoScreenItemNod
|
|||||||
},
|
},
|
||||||
openPremiumIntro: {
|
openPremiumIntro: {
|
||||||
},
|
},
|
||||||
openPremiumGift: { _ in
|
openPremiumGift: { _, _ in
|
||||||
},
|
},
|
||||||
openPremiumManagement: {
|
openPremiumManagement: {
|
||||||
},
|
},
|
||||||
|
|||||||
@ -186,7 +186,7 @@ final class GreetingMessageListItemComponent: Component {
|
|||||||
},
|
},
|
||||||
openPremiumIntro: {
|
openPremiumIntro: {
|
||||||
},
|
},
|
||||||
openPremiumGift: { _ in
|
openPremiumGift: { _, _ in
|
||||||
},
|
},
|
||||||
openPremiumManagement: {
|
openPremiumManagement: {
|
||||||
},
|
},
|
||||||
|
|||||||
@ -201,7 +201,7 @@ final class QuickReplySetupScreenComponent: Component {
|
|||||||
},
|
},
|
||||||
openPremiumIntro: {
|
openPremiumIntro: {
|
||||||
},
|
},
|
||||||
openPremiumGift: { _ in
|
openPremiumGift: { _, _ in
|
||||||
},
|
},
|
||||||
openPremiumManagement: {
|
openPremiumManagement: {
|
||||||
},
|
},
|
||||||
|
|||||||
@ -865,7 +865,7 @@ final class ThemeAccentColorControllerNode: ASDisplayNode, ASScrollViewDelegate
|
|||||||
}, activateChatPreview: { _, _, _, gesture, _ in
|
}, activateChatPreview: { _, _, _, gesture, _ in
|
||||||
gesture?.cancel()
|
gesture?.cancel()
|
||||||
}, present: { _ in
|
}, present: { _ in
|
||||||
}, openForumThread: { _, _ in }, openStorageManagement: {}, openPasswordSetup: {}, openPremiumIntro: {}, openPremiumGift: { _ in }, openPremiumManagement: {}, openActiveSessions: {
|
}, openForumThread: { _, _ in }, openStorageManagement: {}, openPasswordSetup: {}, openPremiumIntro: {}, openPremiumGift: { _, _ in }, openPremiumManagement: {}, openActiveSessions: {
|
||||||
}, openBirthdaySetup: {
|
}, openBirthdaySetup: {
|
||||||
}, performActiveSessionAction: { _, _ in
|
}, performActiveSessionAction: { _, _ in
|
||||||
}, openChatFolderUpdates: {}, hideChatFolderUpdates: {
|
}, openChatFolderUpdates: {}, hideChatFolderUpdates: {
|
||||||
|
|||||||
@ -282,7 +282,7 @@ class ChatSearchResultsControllerNode: ViewControllerTracingNode, ASScrollViewDe
|
|||||||
}, openStorageManagement: {
|
}, openStorageManagement: {
|
||||||
}, openPasswordSetup: {
|
}, openPasswordSetup: {
|
||||||
}, openPremiumIntro: {
|
}, openPremiumIntro: {
|
||||||
}, openPremiumGift: { _ in
|
}, openPremiumGift: { _, _ in
|
||||||
}, openPremiumManagement: {
|
}, openPremiumManagement: {
|
||||||
}, openActiveSessions: {
|
}, openActiveSessions: {
|
||||||
}, openBirthdaySetup: {
|
}, openBirthdaySetup: {
|
||||||
|
|||||||
@ -156,7 +156,7 @@ private struct CommandChatInputContextPanelEntry: Comparable, Identifiable {
|
|||||||
},
|
},
|
||||||
openPremiumIntro: {
|
openPremiumIntro: {
|
||||||
},
|
},
|
||||||
openPremiumGift: { _ in
|
openPremiumGift: { _, _ in
|
||||||
},
|
},
|
||||||
openPremiumManagement: {
|
openPremiumManagement: {
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user