mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Various fixes
This commit is contained in:
@@ -774,7 +774,7 @@ final class ChatbotSetupScreenComponent: Component {
|
||||
image: checkIcon,
|
||||
tintColor: !self.hasAccessToAllChatsByDefault ? .clear : environment.theme.list.itemAccentColor,
|
||||
contentMode: .center
|
||||
)))),
|
||||
))), false),
|
||||
accessory: nil,
|
||||
action: { [weak self] _ in
|
||||
guard let self else {
|
||||
@@ -804,7 +804,7 @@ final class ChatbotSetupScreenComponent: Component {
|
||||
image: checkIcon,
|
||||
tintColor: self.hasAccessToAllChatsByDefault ? .clear : environment.theme.list.itemAccentColor,
|
||||
contentMode: .center
|
||||
)))),
|
||||
))), false),
|
||||
accessory: nil,
|
||||
action: { [weak self] _ in
|
||||
guard let self else {
|
||||
|
||||
Reference in New Issue
Block a user