Fix go back anyway
This commit is contained in:
parent
6c0cf4d622
commit
dd61e72bcf
1 changed files with 1 additions and 2 deletions
|
|
@ -108,9 +108,8 @@ angular
|
||||||
popupService.showConfirm(gettextCatalog.getString('Shapeshift Error'), err.toString(), gettextCatalog.getString('Open') + " Shapeshift", gettextCatalog.getString('Go Back'), function onConfirm(hasConfirm) {
|
popupService.showConfirm(gettextCatalog.getString('Shapeshift Error'), err.toString(), gettextCatalog.getString('Open') + " Shapeshift", gettextCatalog.getString('Go Back'), function onConfirm(hasConfirm) {
|
||||||
if (hasConfirm) {
|
if (hasConfirm) {
|
||||||
externalLinkService.open("https://shapeshift.io");
|
externalLinkService.open("https://shapeshift.io");
|
||||||
} else {
|
|
||||||
$ionicHistory.goBack();
|
|
||||||
}
|
}
|
||||||
|
$ionicHistory.goBack();
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
_next(data);
|
_next(data);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue