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 8d153e6 commit c45c1afCopy full SHA for c45c1af
app/src/cc/arduino/contributions/libraries/ui/LibraryManagerUI.java
@@ -200,6 +200,7 @@ protected void onUpdatePressed() {
200
try {
201
setProgressVisible(true, "");
202
installer.updateIndex(this::setProgress);
203
+ ((LibrariesIndexTableModel) contribModel).update();
204
onIndexesUpdated();
205
} catch (Exception e) {
206
throw new RuntimeException(e);
0 commit comments