File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
submodules/TelegramUI/Components/Stars/StarsTransactionsScreen/Sources Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments