If I navigate right after starting the app, the hardware back button does not navigate back

Hi all,

If I navigate right after starting the app, the hardware back button does not navigate back. Navigation back by back button in left top corner works as expected but hardware button doesn’t

this.platform.ready().then(() => {
   this.router.navigate(['disruptions', '71880']);
});