mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
[WIP] Post suggestions
This commit is contained in:
parent
1f869f309f
commit
89bcbcf4e5
1 changed files with 2 additions and 2 deletions
|
|
@ -3669,8 +3669,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
|||
switch subject {
|
||||
case .withdraw:
|
||||
mode = .accountWithdraw
|
||||
case let .enterAmount(current):
|
||||
mode = .paidMessages(current.value)
|
||||
case let .enterAmount(current, minValue, fractionAfterCommission, kind):
|
||||
mode = .paidMessages(current: current.value, minValue: minValue.value, fractionAfterCommission: fractionAfterCommission, kind: kind)
|
||||
}
|
||||
return StarsWithdrawScreen(context: context, mode: mode, completion: completion)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue