fixed bug where deleted wallet shows up in selector

This commit is contained in:
Kadir Sekha 2018-02-23 23:34:18 +05:30
commit ffd12993fd

View file

@ -124,6 +124,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
});
$scope.$on("$ionicView.leave", function(event, data) {
$ionicHistory.clearCache();
lodash.each(listeners, function(x) {
x();
});