|
|
|
@ -33,9 +33,9 @@ export class NavButtonsComponent implements OnInit {
|
|
|
|
this.isIOS = this.platform.is('ios');
|
|
|
|
this.isIOS = this.platform.is('ios');
|
|
|
|
this.direction = TranslatorService.getCurrentDirection();
|
|
|
|
this.direction = TranslatorService.getCurrentDirection();
|
|
|
|
|
|
|
|
|
|
|
|
this.platform.backButton.subscribeWithPriority(0 , () => {
|
|
|
|
// this.platform.backButton.subscribeWithPriority(0 , () => {
|
|
|
|
this.backButtonClicked({});
|
|
|
|
// this.backButtonClicked({});
|
|
|
|
});
|
|
|
|
// });
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|