diff --git a/projects/core/src/lib/back-button/routing-state.service.ts b/projects/core/src/lib/back-button/routing-state.service.ts index 2e3792dd..cf08a75f 100644 --- a/projects/core/src/lib/back-button/routing-state.service.ts +++ b/projects/core/src/lib/back-button/routing-state.service.ts @@ -43,7 +43,7 @@ export class FivRoutingStateService { } handleAndroidBackButton() { - this.platform.backButton.subscribeWithPriority(9999, () => { + this.platform.backButton.subscribe(() => { if (this.getHistory().length <= 1) { // close the app because we are at root level navigator['app'].exitApp();