fix: after confirm go to home page

This commit is contained in:
Gabriel Masclef 2017-11-08 14:15:29 -03:00
parent 00516f9290
commit d108f8188a
No known key found for this signature in database
GPG Key ID: DD6D7EAADE12280D
1 changed files with 1 additions and 0 deletions

View File

@ -625,6 +625,7 @@ export class ConfirmPage {
this.sendStatus = ''; this.sendStatus = '';
this.navCtrl.setRoot(HomePage); this.navCtrl.setRoot(HomePage);
this.navCtrl.popToRoot(); this.navCtrl.popToRoot();
this.navCtrl.parent.select(0);
}; };
public openPPModal(): void { public openPPModal(): void {