fixing desktop redirect from starting to home view
This commit is contained in:
parent
865bc00b22
commit
c7ed4f831a
1 changed files with 6 additions and 7 deletions
|
|
@ -1273,17 +1273,16 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
goTo('pin');
|
||||
} else
|
||||
goTo('tabs.home');
|
||||
});
|
||||
} else goTo('tabs.home');
|
||||
|
||||
function goTo(nextView) {
|
||||
$state.transitionTo(nextView).then(function() {
|
||||
$ionicHistory.clearHistory();
|
||||
});
|
||||
};
|
||||
function goTo(nextView) {
|
||||
$state.transitionTo(nextView).then(function() {
|
||||
$ionicHistory.clearHistory();
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
};
|
||||
// After everything have been loaded, initialize handler URL
|
||||
$timeout(function() {
|
||||
openURLService.init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue