Improvement - 314 - Wrong flow on camera permissions

This commit is contained in:
Jean-Baptiste Dominguez 2018-05-09 15:22:58 +09:00
commit c2fda9f177

View file

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