Fix background instance activating
This commit is contained in:
parent
318035e971
commit
69394fe3ac
@ -230,6 +230,10 @@ export class AppImManager {
|
|||||||
stateStorage.setToCache('chatPositions', c || {});
|
stateStorage.setToCache('chatPositions', c || {});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// ! do not remove this line
|
||||||
|
// ! instance can be deactivated before the UI starts, because it waits in background for RAF that is delayed
|
||||||
|
singleInstance.activateInstance();
|
||||||
|
|
||||||
this.addAnchorListener<{}>({
|
this.addAnchorListener<{}>({
|
||||||
name: 'showMaskedAlert',
|
name: 'showMaskedAlert',
|
||||||
callback: (params, element) => {
|
callback: (params, element) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user