mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +00:00
auction is active
This commit is contained in:
parent
938669e1fa
commit
2f66d9931c
@ -77,6 +77,10 @@ public final class GiftAuctionContext {
|
||||
private let account: Account
|
||||
public let gift: StarGift
|
||||
|
||||
public var isActive: Bool {
|
||||
return myState?.bidAmount != nil
|
||||
}
|
||||
|
||||
private let disposable = MetaDisposable()
|
||||
|
||||
private var auctionState: State.AuctionState?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user