return if keys not available

This commit is contained in:
Gabriel Bazán 2018-01-08 13:30:21 -03:00
parent a1e3749ff8
commit d63dad585a
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ export class BackupGamePage {
this.setFlow();
}).catch((err) => {
this.logger.error('Could not get keys: ', err);
this.navCtrl.pop();
});
}