mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
[WIP] Post suggestions
This commit is contained in:
parent
1f869f309f
commit
89bcbcf4e5
@ -3669,8 +3669,8 @@ public final class SharedAccountContextImpl: SharedAccountContext {
|
|||||||
switch subject {
|
switch subject {
|
||||||
case .withdraw:
|
case .withdraw:
|
||||||
mode = .accountWithdraw
|
mode = .accountWithdraw
|
||||||
case let .enterAmount(current):
|
case let .enterAmount(current, minValue, fractionAfterCommission, kind):
|
||||||
mode = .paidMessages(current.value)
|
mode = .paidMessages(current: current.value, minValue: minValue.value, fractionAfterCommission: fractionAfterCommission, kind: kind)
|
||||||
}
|
}
|
||||||
return StarsWithdrawScreen(context: context, mode: mode, completion: completion)
|
return StarsWithdrawScreen(context: context, mode: mode, completion: completion)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user