We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf432f commit 9d65b41Copy full SHA for 9d65b41
app/src/cc/arduino/contributions/packages/ui/ContributionManagerUI.java
@@ -148,7 +148,6 @@ public void onUpdatePressed() {
148
public void run() {
149
try {
150
setProgressVisible(true, "");
151
- installer.updateIndex();
152
List<String> downloadedPackageIndexFiles = installer.updateIndex();
153
installer.deleteUnknownFiles(downloadedPackageIndexFiles);
154
onIndexesUpdated();
0 commit comments