mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-15 18:59:54 +00:00
Fix icon
This commit is contained in:
parent
86acdd8602
commit
13659243d6
@ -2604,7 +2604,7 @@ public class ChatListControllerImpl: TelegramBaseController, ChatListController
|
||||
items.append(.separator)
|
||||
|
||||
items.append(.action(ContextMenuActionItem(text: strings.GroupInfo_Title, icon: { theme in
|
||||
return generateTintedImage(image: UIImage(bundleImageName: "Contact List/CreateGroupActionIcon"), color: theme.contextMenu.primaryColor)
|
||||
return generateTintedImage(image: UIImage(bundleImageName: "Chat/Context Menu/Info"), color: theme.contextMenu.primaryColor)
|
||||
}, action: { [weak sourceController] _, f in
|
||||
f(.default)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user