|
@@ -918,6 +918,7 @@ class NavigationController {
|
|
|
const resetPush = true;
|
|
|
const redirect = true;
|
|
|
this.webClientService.stop(true, deleteStoredData, resetPush, redirect);
|
|
|
+ this.receiverService.setActive(undefined);
|
|
|
}, () => {
|
|
|
// do nothing
|
|
|
});
|
|
@@ -938,6 +939,7 @@ class NavigationController {
|
|
|
const resetPush = true;
|
|
|
const redirect = true;
|
|
|
this.webClientService.stop(true, deleteStoredData, resetPush, redirect);
|
|
|
+ this.receiverService.setActive(undefined);
|
|
|
}, () => {
|
|
|
// do nothing
|
|
|
});
|