Fix for Shapeshift now appearing again on Review Transaction screen.

This commit is contained in:
Brendon Duncan 2018-08-09 16:11:29 +12:00
commit 7ce562ec64
2 changed files with 5 additions and 5 deletions

View file

@ -69,6 +69,8 @@ angular.module('copayApp.controllers').controller('shapeshiftController', functi
}
};
// Starting new send flow, so ensure everything is reset
sendFlowService.clear();
$state.go('tabs.home').then(function() {
$ionicHistory.clearHistory();
$state.go('tabs.send').then(function() {