Fix - 292 - White screen

This commit is contained in:
Jean-Baptiste Dominguez 2018-04-27 18:22:23 +09:00
commit b6a0c0d849

View file

@ -218,7 +218,6 @@ 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();
}); });