mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix Dynamic Type in secret chat key item and "open in" selection
This commit is contained in:
@@ -466,7 +466,7 @@ private enum UserInfoEntry: ItemListNodeEntry {
|
||||
arguments.openGroupsInCommon()
|
||||
})
|
||||
case let .secretEncryptionKey(theme, text, fingerprint):
|
||||
return ItemListSecretChatKeyItem(theme: theme, title: text, fingerprint: fingerprint, sectionId: self.section, style: .plain, action: {
|
||||
return ItemListSecretChatKeyItem(presentationData: presentationData, title: text, fingerprint: fingerprint, sectionId: self.section, style: .plain, action: {
|
||||
arguments.openEncryptionKey(fingerprint)
|
||||
})
|
||||
case let .botAddToGroup(theme, text):
|
||||
|
||||
Reference in New Issue
Block a user