Merge pull request #4313 from cmgustavo/bug/check-platform-touchid
Fix platformInfo on fingerprintService
This commit is contained in:
commit
bcca6b86e2
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ angular.module('copayApp.services').factory('fingerprintService', function($log,
|
||||||
|
|
||||||
var _isAvailable = false;
|
var _isAvailable = false;
|
||||||
|
|
||||||
if (platformInfo.isMobile) {
|
if (platformInfo.isCordova) {
|
||||||
window.plugins.touchid = window.plugins.touchid || {};
|
window.plugins.touchid = window.plugins.touchid || {};
|
||||||
window.plugins.touchid.isAvailable(
|
window.plugins.touchid.isAvailable(
|
||||||
function(msg) {
|
function(msg) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue