mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various improvements
This commit is contained in:
@@ -406,7 +406,7 @@ final class GiftSetupScreenComponent: Component {
|
||||
purpose: .starGift(peerId: component.peerId, requiredStars: starGift.price),
|
||||
completion: { [weak starsContext] stars in
|
||||
starsContext?.add(balance: StarsAmount(value: stars, nanos: 0))
|
||||
Queue.mainQueue().after(0.1) {
|
||||
Queue.mainQueue().after(2.0) {
|
||||
proceed()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user