ensure scan view resumes on action sheet close
This commit is contained in:
parent
78bd523391
commit
0d34b4d2f7
3 changed files with 9 additions and 3 deletions
|
|
@ -105,6 +105,7 @@ angular.module('copayApp.controllers').controller('tabScanController', function(
|
|||
}
|
||||
|
||||
$rootScope.$on('incomingDataMenu.menuHidden', function() {
|
||||
console.log('in herererere');
|
||||
scannerService.resumePreview();
|
||||
activate();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue