mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -820,7 +820,9 @@ private final class PremiumGiftScreenComponent: CombinedComponent {
|
||||
}
|
||||
|
||||
strongSelf.products = gifts
|
||||
strongSelf.selectedProductId = strongSelf.products?.first?.id
|
||||
if strongSelf.selectedProductId == nil {
|
||||
strongSelf.selectedProductId = strongSelf.products?.first?.id
|
||||
}
|
||||
strongSelf.peer = peer
|
||||
strongSelf.updated(transition: .immediate)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user