Fix click on notification
This commit is contained in:
parent
2d0bc7dbde
commit
7cb407bf5f
1 changed files with 4 additions and 1 deletions
|
|
@ -112,7 +112,10 @@ angular.module('copayApp.services').factory('pushNotificationsService', function
|
||||||
historyRoot: true
|
historyRoot: true
|
||||||
});
|
});
|
||||||
$ionicHistory.clearHistory();
|
$ionicHistory.clearHistory();
|
||||||
$state.go('tabs.home').then(function() {
|
$state.go('tabs.home', {}, {
|
||||||
|
'reload': true,
|
||||||
|
'notify': $state.current.name == 'tabs.home' ? false : true
|
||||||
|
}).then(function() {
|
||||||
_openWallet(walletIdHashed);
|
_openWallet(walletIdHashed);
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue