Skip to content

Commit

Permalink
Merge pull request #3446 from kwvanderlinde/bugfix/3052-missed-cache-…
Browse files Browse the repository at this point in the history
…invalidation-for-zone-view-topologies

Fix to invalidate the `ZoneView.topologyAreas` cache on topology changes
  • Loading branch information
Phergus authored Jun 16, 2022
2 parents f42ffc1 + 80a3a51 commit d7b17c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -788,6 +788,7 @@ public void modelChanged(ModelChangeEvent event) {
personalBrightLightCache.clear();
personalDrawableLightCache.clear();
visibleAreaMap.clear();
topologyAreas.clear();
topologyTrees.clear();
tokenVisibleAreaCache.clear();

Expand Down

0 comments on commit d7b17c8

Please sign in to comment.