mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Merge commit '5aa775d7e3' into beta
This commit is contained in:
commit
e989035af5
1 changed files with 1 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue