Fix stories uncaught exception on startup
This commit is contained in:
parent
8452a72847
commit
cf57c7aaf0
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ export async function startApp(): Promise<void> {
|
||||||
|
|
||||||
window.SignalContext.activeWindowService.registerForChange(isActive => {
|
window.SignalContext.activeWindowService.registerForChange(isActive => {
|
||||||
if (!isActive) {
|
if (!isActive) {
|
||||||
window.reduxActions.stories.setHasAllStoriesUnmuted(false);
|
window.reduxActions?.stories.setHasAllStoriesUnmuted(false);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue