fix delete wallet goHome

This commit is contained in:
Matias Alejo Garcia 2016-02-23 09:49:07 -03:00
parent f870ee410e
commit d91628af54
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ angular.module('copayApp.controllers').controller('preferencesDeleteWalletContro
notification.success(gettextCatalog.getString('Success'), gettextCatalog.getString('The wallet "{{walletName}}" was deleted', {
walletName: walletName
}));
go.walletHome();
}
});
};