Fix platformInfo on fingerprintService
This commit is contained in:
parent
7ca7b6bf6a
commit
9567688334
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