From 3f096133edc771343e587140b65137c8415379c5 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Sun, 20 Jun 2021 10:25:53 +0300 Subject: [PATCH] back button --- .../app/hmg-common/ui/nav-buttons/nav-buttons.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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({}); + // }); }); }