Various fixes

This commit is contained in:
Ilya Laktyushin
2024-05-21 18:15:14 +04:00
parent a9468d0dc2
commit f3e75ca2e3
45 changed files with 1927 additions and 478 deletions

View File

@@ -425,7 +425,7 @@ final class BusinessRecipientListScreenComponent: Component {
leftIcon: .custom(AnyComponentWithIdentity(id: 0, component: AnyComponent(BundleIconComponent(
name: "Chat List/AddIcon",
tintColor: environment.theme.list.itemAccentColor
)))),
))), false),
accessory: nil,
action: { [weak self] _ in
guard let self else {

View File

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