mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Fix
This commit is contained in:
@@ -2209,7 +2209,7 @@ private final class GiftAuctionBidScreenComponent: Component {
|
||||
var myBidDate = currentTime
|
||||
var isBiddingUp = true
|
||||
|
||||
if let currentAmount = giftAuctionState.myState.bidAmount, let currentDate = giftAuctionState.myState.bidDate, currentAmount <= myBidAmount {
|
||||
if let currentAmount = giftAuctionState.myState.bidAmount, let currentDate = giftAuctionState.myState.bidDate, currentAmount >= myBidAmount {
|
||||
myBidAmount = currentAmount
|
||||
myBidDate = currentDate
|
||||
isBiddingUp = false
|
||||
|
||||
Reference in New Issue
Block a user