changed setRoot to push on navCtrl
This commit is contained in:
parent
19a9ec567f
commit
b8fdb18915
@ -61,6 +61,6 @@ export class LatestBlocksComponent {
|
||||
}
|
||||
|
||||
public goToBlocks(): void {
|
||||
this.navCtrl.setRoot(BlocksPage);
|
||||
this.navCtrl.push(BlocksPage);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user