Merge pull request #86 from Bitcoin-com/dev-jb

Fix - 292 - White screen
This commit is contained in:
Jean-Baptiste Dominguez 2018-04-27 18:23:08 +09:00 committed by GitHub
commit 75cef3c1ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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