fix tests

This commit is contained in:
Ben Floyd 2025-11-10 16:55:53 -07:00
parent 0c054706ba
commit 5d044d643b
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,6 @@ export class ComponentCoordinator extends BaseSliceService {
}
updateAllStreamsBarComponents(): void {
if (this.isInitializing) return;
this.componentLifecycleManager?.updateAllStreamsBarComponents();
}

View file

@ -144,6 +144,7 @@ export class ServiceCoordinator extends SettingsAwareSliceService {
}
public updateAllStreamsBarComponents(): void {
if (this.isInitializing) return;
this.componentCoordinator?.updateAllStreamsBarComponents();
}