From 9bba73a8ff8fdd0f027f5a9853290996b2bc73ff Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Sat, 8 Mar 2025 00:12:08 +0400 Subject: [PATCH] Fix --- .../StarsTransactionsScreen/Sources/StarsStatisticsScreen.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/submodules/TelegramUI/Components/Stars/StarsTransactionsScreen/Sources/StarsStatisticsScreen.swift b/submodules/TelegramUI/Components/Stars/StarsTransactionsScreen/Sources/StarsStatisticsScreen.swift index 626f027cb0..f7fcdc9a88 100644 --- a/submodules/TelegramUI/Components/Stars/StarsTransactionsScreen/Sources/StarsStatisticsScreen.swift +++ b/submodules/TelegramUI/Components/Stars/StarsTransactionsScreen/Sources/StarsStatisticsScreen.swift @@ -628,7 +628,6 @@ final class StarsStatisticsScreenComponent: Component { actionAvailable: true, actionIsEnabled: self.starsState?.balances.withdrawEnabled ?? true, actionCooldownUntilTimestamp: self.starsState?.balances.nextWithdrawalTimestamp, - actionIcon: PresentationResourcesItemList.itemListRoundTopupIcon(environment.theme), action: { [weak self] in guard let self, let component = self.component else { return @@ -648,7 +647,6 @@ final class StarsStatisticsScreenComponent: Component { } }, secondaryActionTitle: strings.Stars_BotRevenue_Withdraw_BuyAds, - secondaryActionIcon: PresentationResourcesItemList.itemListRoundWithdrawIcon(environment.theme), secondaryAction: { [weak self] in guard let self, let component = self.component else { return