From c2fda9f17720a1b045e4610f63eb468f12597961 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Dominguez Date: Wed, 9 May 2018 15:22:58 +0900 Subject: [PATCH] Improvement - 314 - Wrong flow on camera permissions --- src/js/controllers/tab-scan.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/js/controllers/tab-scan.js b/src/js/controllers/tab-scan.js index 2fe1ab5ef..c29be53ad 100644 --- a/src/js/controllers/tab-scan.js +++ b/src/js/controllers/tab-scan.js @@ -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(){