parent
dafa263ca7
commit
d248f2dcd2
7 changed files with 9 additions and 9 deletions
|
|
@ -14,7 +14,7 @@ angular.module('copayApp.directives')
|
|||
if (isMobile.Windows() && result.cancelled) return;
|
||||
|
||||
$timeout(function() {
|
||||
var data = isMobile.Windows() ? result.text : result;
|
||||
var data = isMobile.iOS() ? result : result.text;
|
||||
$scope.onScan({ data: data });
|
||||
}, 1000);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue