mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
Fix build
This commit is contained in:
parent
1400400165
commit
2b2ecb66a4
@ -1341,7 +1341,7 @@ public final class ChatListNode: ListView {
|
||||
}
|
||||
|
||||
let storageInfo: Signal<Double?, NoError>
|
||||
if "".isEmpty && case .chatList(groupId: .root) = location, chatListFilter == nil {
|
||||
if "".isEmpty, case .chatList(groupId: .root) = location, chatListFilter == nil {
|
||||
let totalSizeSignal = combineLatest(context.account.postbox.mediaBox.storageBox.totalSize(), context.account.postbox.mediaBox.cacheStorageBox.totalSize())
|
||||
|> map { a, b -> Int64 in
|
||||
return a + b
|
||||
|
Loading…
x
Reference in New Issue
Block a user