mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-09-17 14:21:14 +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');
|
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() {
|
||||||
|
Reference in New Issue
Block a user