stop scanning after user navigates via the incoming data menu
This commit is contained in:
parent
fb4810da0c
commit
353aa46575
2 changed files with 8 additions and 9 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue