mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-10 14:11:17 +00:00
isMobileSwitchEnabled flag removed for testing
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user