fix pop up disappear issue in ADW (#3260)

This commit is contained in:
Jatin Chugh
2023-06-07 19:51:14 +05:30
committed by GitHub
parent 3b8c9afe78
commit 99d8f84a4b
2 changed files with 13 additions and 3 deletions

View File

@@ -166,7 +166,9 @@ export class AppService implements OnDestroy {
if (isReady) {
this.loadRepositoryStatus();
this.loadUserProfile();
this.openMobileAppDialog();
setTimeout(() => {
this.openMobileAppDialog();
});
}
});