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) {
|
||||
this.loadRepositoryStatus();
|
||||
this.loadUserProfile();
|
||||
setTimeout(() => {
|
||||
this.openMobileAppDialog();
|
||||
});
|
||||
if (document.readyState === 'complete') {
|
||||
setTimeout(() => {
|
||||
this.openMobileAppDialog();
|
||||
}, 10000);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user