Manually reversing 2 commits.

This commit is contained in:
Brendon Duncan 2018-05-24 18:36:20 -07:00
commit e7e578f20c

View file

@ -61,7 +61,10 @@ angular.module('copayApp.controllers').controller('tabScanController', function(
$scope.$on("$ionicView.afterEnter", function() {
// try initializing and refreshing status any time the view is entered
scannerService.gentleInitialize();
if(!scannerService.isInitialized()) {
scannerService.gentleInitialize();
}
activate();
});
function activate(){