diff --git a/src/components/views/elements/AppTile.tsx b/src/components/views/elements/AppTile.tsx index b4fe7681644..acd1de494b2 100644 --- a/src/components/views/elements/AppTile.tsx +++ b/src/components/views/elements/AppTile.tsx @@ -328,7 +328,7 @@ export default class AppTile extends React.Component { } private resetWidget(newProps: IProps): void { - this.sgWidget?.stopMessaging(); + this.sgWidget?.stopMessaging({ forceDestroy: true }); this.stopSgListeners(); try {