mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix decodeOptionalDouble returning zero instead of nil
This commit is contained in:
parent
e45a3c0ee9
commit
43517068e8
1 changed files with 1 additions and 1 deletions
|
|
@ -896,7 +896,7 @@ public final class PostboxDecoder {
|
|||
self.offset += 8
|
||||
return value
|
||||
} else {
|
||||
return 0
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue