mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
fix pop up disappear issue in ADW (#3260)
This commit is contained in:
@@ -166,7 +166,9 @@ export class AppService implements OnDestroy {
|
||||
if (isReady) {
|
||||
this.loadRepositoryStatus();
|
||||
this.loadUserProfile();
|
||||
this.openMobileAppDialog();
|
||||
setTimeout(() => {
|
||||
this.openMobileAppDialog();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user