Skip to content

Commit eb7f575

Browse files
committed
Fix build
1 parent 3a4031b commit eb7f575

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

submodules/TelegramUI/Components/Gifts/GiftViewScreen/Sources/GiftAuctionBidScreen.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,9 +1332,7 @@ private final class GiftAuctionBidScreenComponent: Component {
13321332
guard let self else {
13331333
return
13341334
}
1335-
let previous = self.giftAuctionAcquiredGifts
13361335
self.giftAuctionAcquiredGifts = acquiredGifts
1337-
13381336
self.state?.updated(transition: .easeInOut(duration: 0.25))
13391337
}))
13401338
}

0 commit comments

Comments
 (0)