fixed bug where deleted wallet shows up in selector
This commit is contained in:
parent
bd382a847a
commit
ffd12993fd
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.$on("$ionicView.leave", function(event, data) {
|
$scope.$on("$ionicView.leave", function(event, data) {
|
||||||
|
$ionicHistory.clearCache();
|
||||||
lodash.each(listeners, function(x) {
|
lodash.each(listeners, function(x) {
|
||||||
x();
|
x();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue