mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-09 06:00:43 +00:00
Merge commit '5aa775d7e3ff444f2bfee25b96266563dbaa1b21' into beta
This commit is contained in:
commit
e989035af5
@ -552,9 +552,7 @@ final class MediaPickerGridItemNode: GridItemNode {
|
||||
let priceSignal = Signal<Int64?, NoError> { subscriber in
|
||||
if let signal = editingContext.priceSignal(forIdentifier: asset.localIdentifier) {
|
||||
let disposable = signal.start(next: { next in
|
||||
if let next = next as? Int64 {
|
||||
subscriber.putNext(next)
|
||||
}
|
||||
subscriber.putNext(next as? Int64)
|
||||
}, error: { _ in
|
||||
}, completed: nil)!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user