Disable clear cache tip for now

This commit is contained in:
Ali 2023-01-07 15:16:14 +04:00
parent 1aa0d30a08
commit 3f59786a1f

View File

@ -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