Improvement - 314 - Wrong flow on camera permissions
This commit is contained in:
parent
96f7d4c60a
commit
c2fda9f177
1 changed files with 1 additions and 3 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue