diff --git a/Mohem/src/app/home/home.page.ts b/Mohem/src/app/home/home.page.ts index 0bd553d1..da6e073c 100644 --- a/Mohem/src/app/home/home.page.ts +++ b/Mohem/src/app/home/home.page.ts @@ -169,11 +169,11 @@ export class HomePage implements OnInit { ngOnInit() { let openDigitalIDCard = this.sharedData.getSharedData("loginWithDigitalIDButton", true); - this.platform.backButton.subscribeWithPriority(9999, () => { - if (this.router.isActive('/home', true)) { - this.common.openHome(); - } - }); + // this.platform.backButton.subscribeWithPriority(9999, () => { + // if (this.router.isActive('/home', true)) { + // this.common.openHome(); + // } + // }); this.direction = TranslatorService.getCurrentLanguageName(); this.myTeamTitle = this.ts.trPK('myTeam', 'myTeam-header'); this.vacationRuleTitle = this.ts.trPK('vacation-rule', 'vacationRule');