mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Small adjustments
This commit is contained in:
@@ -1341,7 +1341,7 @@ public final class ChatListNode: ListView {
|
||||
}
|
||||
|
||||
let storageInfo: Signal<Double?, NoError>
|
||||
if case .chatList(groupId: .root) = location, chatListFilter == nil {
|
||||
if "".isEmpty, case .chatList(groupId: .root) = location, chatListFilter == nil {
|
||||
let storageBox = context.account.postbox.mediaBox.storageBox
|
||||
storageInfo = storageBox.totalSize()
|
||||
|> take(1)
|
||||
|
||||
Reference in New Issue
Block a user