This commit is contained in:
Ali 2022-10-24 01:22:11 +04:00
parent 86acdd8602
commit 13659243d6

View File

@ -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)