mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[MOBILEAPPS-1701] Custom URL schema issues fixed (#2998)
* Custom URL schema issues * code implementation changes for checkForMobileAppFlag * updated test cases * requested changed addressed * requested changed addressed * cspell changes * review comments addressed
This commit is contained in:
@@ -182,9 +182,9 @@ export class AppService implements OnDestroy {
|
||||
|
||||
const isMobileSwitchEnabled: boolean = this.config.get<boolean>('mobileAppSwitch.enabled', false);
|
||||
if (isMobileSwitchEnabled) {
|
||||
this.acaMobileAppSwitcherService.checkForMobileApp();
|
||||
this.acaMobileAppSwitcherService.resolveExistenceOfDialog();
|
||||
} else {
|
||||
this.acaMobileAppSwitcherService.reset();
|
||||
this.acaMobileAppSwitcherService.clearSessionExpireTime();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user