fix qrScanner
This commit is contained in:
parent
e9525687b7
commit
b2b4ae2618
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ angular.module('copayApp.directives')
|
|||
if (isWP && result.cancelled) return;
|
||||
|
||||
$timeout(function() {
|
||||
var data = isiOS ? result : result.text;
|
||||
var data = isIOS ? result : result.text;
|
||||
$scope.onScan({
|
||||
data: data
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue