mirror of
https://github.com/exituser/Pearcleaner.git
synced 2026-09-17 07:19:04 +00:00
Road to v4.0.0
This commit is contained in:
@@ -159,6 +159,7 @@ struct AppListItems: View {
|
||||
DispatchQueue.global(qos: .userInitiated).async {
|
||||
let size = totalSizeOnDisk(for: appInfo.path).logical
|
||||
DispatchQueue.main.async {
|
||||
print("Sizing up")
|
||||
self.bundleSize = size
|
||||
// Update the appInfo in the appState array
|
||||
if let index = appState.sortedApps.firstIndex(where: { $0.path == appInfo.path }) {
|
||||
|
||||
Reference in New Issue
Block a user