mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +00:00
popup refresh issue after login
This commit is contained in:
@@ -166,9 +166,11 @@ export class AppService implements OnDestroy {
|
|||||||
if (isReady) {
|
if (isReady) {
|
||||||
this.loadRepositoryStatus();
|
this.loadRepositoryStatus();
|
||||||
this.loadUserProfile();
|
this.loadUserProfile();
|
||||||
setTimeout(() => {
|
if (document.readyState === 'complete') {
|
||||||
this.openMobileAppDialog();
|
setTimeout(() => {
|
||||||
});
|
this.openMobileAppDialog();
|
||||||
|
}, 10000);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user