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 9118dea commit 97ea40fCopy full SHA for 97ea40f
destination-filters-kotlin/src/main/java/com/segment/analytics/plugins/DestinationFilters.kt
@@ -75,8 +75,7 @@ class DestinationFilters : Plugin {
75
cacheInvalidated = true
76
}
77
78
- // if engine recreated or rules are different we need to remove and recreated filters
79
- // otherwise, we can skip
+ // If the engine has NOT been recreated and the cache/rules have not been invalidated then we can exit early.
80
if (!engineRecreated && !cacheInvalidated) return
81
82
metricsPlugin.setOfActiveDestinations.clear()
0 commit comments