isMobileSwitchEnabled flag removed for testing

This commit is contained in:
Jatin_Chugh
2023-01-03 11:56:50 +05:30
parent 00f71bd700
commit dabca2375f

View File

@@ -181,10 +181,10 @@ export class AppService implements OnDestroy {
this.overlayContainer.getContainerElement().setAttribute('role', 'region'); this.overlayContainer.getContainerElement().setAttribute('role', 'region');
const isMobileSwitchEnabled = this.config.get<string>('mobileAppSwitch.enabled', 'false').toLowerCase() === 'true'; // const isMobileSwitchEnabled = this.config.get<string>('mobileAppSwitch.enabled', 'false').toLowerCase() === 'true';
if (isMobileSwitchEnabled) { // if (isMobileSwitchEnabled) {
this.acaMobileAppSwitcherService.checkForMobileApp(); this.acaMobileAppSwitcherService.checkForMobileApp();
} // }
} }
private loadRepositoryStatus() { private loadRepositoryStatus() {