[V4] REF: don't remove home and receive wallet update events

This commit is contained in:
Gabriel Bazán 2018-02-13 14:58:32 -03:00
parent da839a554a
commit 114abe64e0
2 changed files with 0 additions and 6 deletions

View File

@ -153,8 +153,6 @@ export class HomePage {
}
ionViewWillLeave() {
this.events.unsubscribe('bwsEvent');
this.events.unsubscribe('Local/TxAction');
this.events.unsubscribe('feedback:hide');
}

View File

@ -55,10 +55,6 @@ export class ReceivePage {
});
}
ionViewWillLeave() {
this.events.unsubscribe('bwsEvent');
}
private onWalletSelect(wallet: any): any {
this.wallet = wallet;
if (this.wallet) {