From aad3394f48f8da01f7e09b2c9d214a0fe819c73f Mon Sep 17 00:00:00 2001 From: fatin Date: Sun, 22 Feb 2026 08:17:02 +0530 Subject: [PATCH] updated anroidStudio app check --- .../Presentation/CashDropMenuBarView/CacheDropMenuBarView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CacheDrop/Presentation/CashDropMenuBarView/CacheDropMenuBarView.swift b/CacheDrop/Presentation/CashDropMenuBarView/CacheDropMenuBarView.swift index 8df4305..42479c0 100644 --- a/CacheDrop/Presentation/CashDropMenuBarView/CacheDropMenuBarView.swift +++ b/CacheDrop/Presentation/CashDropMenuBarView/CacheDropMenuBarView.swift @@ -91,7 +91,7 @@ struct AndroidStudioView : View { var body: some View { Spacer() - if CacheDropIDEChecker.userMacMachine(has: .xcode) { + if CacheDropIDEChecker.userMacMachine(has: .androidStudio) { DisplaySizeView(viewModel: DisplaySizeViewModel(repository: DefaultIDEStorageRepository(), location: AndroidStudioStorageLocation.gradleCaches), viewType: .gradle)