diff --git a/Mohem/src/app/hmg-common/ui/nav-buttons/nav-buttons.component.ts b/Mohem/src/app/hmg-common/ui/nav-buttons/nav-buttons.component.ts index 05370d39..64edd664 100644 --- a/Mohem/src/app/hmg-common/ui/nav-buttons/nav-buttons.component.ts +++ b/Mohem/src/app/hmg-common/ui/nav-buttons/nav-buttons.component.ts @@ -33,9 +33,9 @@ export class NavButtonsComponent implements OnInit { this.isIOS = this.platform.is('ios'); this.direction = TranslatorService.getCurrentDirection(); - this.platform.backButton.subscribeWithPriority(0 , () => { - this.backButtonClicked({}); - }); + // this.platform.backButton.subscribeWithPriority(0 , () => { + // this.backButtonClicked({}); + // }); }); }