stop scanning after user navigates via the incoming data menu

This commit is contained in:
Marty Alcala 2016-10-18 17:13:42 -04:00
commit 353aa46575
2 changed files with 8 additions and 9 deletions

View file

@ -62,6 +62,7 @@ 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();
scannerService.resumePreview();
});
function activate(){