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');
const isMobileSwitchEnabled = this.config.get<string>('mobileAppSwitch.enabled', 'false').toLowerCase() === 'true';
if (isMobileSwitchEnabled) {
this.acaMobileAppSwitcherService.checkForMobileApp();
}
// const isMobileSwitchEnabled = this.config.get<string>('mobileAppSwitch.enabled', 'false').toLowerCase() === 'true';
// if (isMobileSwitchEnabled) {
this.acaMobileAppSwitcherService.checkForMobileApp();
// }
}
private loadRepositoryStatus() {