Skip to content

Commit 8bf0663

Browse files
committed
Various fixes
1 parent 368f669 commit 8bf0663

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

submodules/TelegramUI/Components/Stars/StarsTransactionsScreen/Sources/StarsStatisticsScreen.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ final class StarsStatisticsScreenComponent: Component {
628628
actionAvailable: true,
629629
actionIsEnabled: self.starsState?.balances.withdrawEnabled ?? true,
630630
actionCooldownUntilTimestamp: self.starsState?.balances.nextWithdrawalTimestamp,
631-
actionIcon: PresentationResourcesItemList.itemListRoundTopupIcon(environment.theme),
632631
action: { [weak self] in
633632
guard let self, let component = self.component else {
634633
return
@@ -648,7 +647,6 @@ final class StarsStatisticsScreenComponent: Component {
648647
}
649648
},
650649
secondaryActionTitle: strings.Stars_BotRevenue_Withdraw_BuyAds,
651-
secondaryActionIcon: PresentationResourcesItemList.itemListRoundWithdrawIcon(environment.theme),
652650
secondaryAction: { [weak self] in
653651
guard let self, let component = self.component else {
654652
return

submodules/TelegramUI/Components/Stars/StarsTransactionsScreen/Sources/StarsTransactionsScreen.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,6 @@ final class StarsTransactionsScreenComponent: Component {
658658
},
659659
secondaryActionTitle: withdrawAvailable ? environment.strings.Stars_Intro_Stats : nil,
660660
secondaryActionIcon: withdrawAvailable ? PresentationResourcesItemList.itemListStatsIcon(environment.theme) : nil,
661-
secondaryActionCooldownUntilTimestamp: self.revenueState?.balances.nextWithdrawalTimestamp,
662661
secondaryAction: withdrawAvailable ? { [weak self] in
663662
guard let self, let component = self.component else {
664663
return

0 commit comments

Comments
 (0)