Skip to content

Commit

Permalink
fix: notify listeners when the platform is unloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenporras committed Dec 19, 2024
1 parent 678e7fb commit 12fccae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public void unload() {
}
platform = null;
}
notifyListeners(null, Collections.<IResourceDescription.Delta> emptyList(), false);
}

@Override
Expand Down

0 comments on commit 12fccae

Please sign in to comment.