After send funds return to tab-home
This commit is contained in:
parent
90ee2451f4
commit
9d547883f6
1 changed files with 8 additions and 1 deletions
|
|
@ -519,7 +519,14 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
$state.go('tabs.send');
|
$ionicHistory.nextViewOptions({
|
||||||
|
disableAnimate: true,
|
||||||
|
historyRoot: true
|
||||||
|
});
|
||||||
|
$ionicHistory.clearHistory();
|
||||||
|
$state.go('tabs.send').then(function() {
|
||||||
|
$state.transitionTo('tabs.home');
|
||||||
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue