fix back button in backup view
This commit is contained in:
parent
337ab55f10
commit
0cb1ea0494
1 changed files with 2 additions and 2 deletions
|
|
@ -198,7 +198,7 @@ angular.module('copayApp.controllers').controller('backupController',
|
||||||
walletId: $stateParams.walletId,
|
walletId: $stateParams.walletId,
|
||||||
fromOnboarding: true
|
fromOnboarding: true
|
||||||
});
|
});
|
||||||
else $state.go('tabs.preferences.main', {
|
else $state.go('tabs.preferences', {
|
||||||
walletId: $stateParams.walletId
|
walletId: $stateParams.walletId
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue