remove fetch pay pro logic from send confirm screen
This commit is contained in:
parent
73c3f1853d
commit
2a7ed47548
4 changed files with 75 additions and 79 deletions
|
|
@ -208,7 +208,7 @@ angular.module('copayApp.services').service('scannerService', function($log, $ti
|
|||
initializeCompleted = false;
|
||||
QRScanner.destroy();
|
||||
initialize(callback);
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Toggle the device light (if available).
|
||||
|
|
@ -244,7 +244,7 @@ angular.module('copayApp.services').service('scannerService', function($log, $ti
|
|||
var nextCamera = backCamera? 1 : 0;
|
||||
function cameraToString(index){
|
||||
return index === 1? 'front' : 'back'; // front = 1, back = 0
|
||||
};
|
||||
}
|
||||
$log.debug('Toggling to the ' + cameraToString(nextCamera) + ' camera...');
|
||||
QRScanner.useCamera(nextCamera, function(err, status){
|
||||
if(err){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue