mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Various Improvements
This commit is contained in:
@@ -521,6 +521,8 @@ public func storageUsageController(context: AccountContext, cacheUsagePromise: P
|
||||
|
||||
var totalSize: Int64 = 0
|
||||
|
||||
items.append(ActionSheetTextItem(title: presentationData.strings.ClearCache_ClearDescription))
|
||||
|
||||
for categoryId in validCategories {
|
||||
if let (_, size) = sizeIndex[categoryId] {
|
||||
let categorySize: Int64 = size
|
||||
|
||||
Reference in New Issue
Block a user