Merge pull request #4582 from cmgustavo/bug/scrolling-proposal-desktop2
Fix scrolling when there are many txp s on OSX
This commit is contained in:
commit
fccd645f54
6 changed files with 32 additions and 30 deletions
|
|
@ -5,7 +5,7 @@ angular.module('copayApp.services').factory('fingerprintService', function($log,
|
|||
|
||||
var _isAvailable = false;
|
||||
|
||||
if (platformInfo.isCordova) {
|
||||
if (platformInfo.isCordova && !platformInfo.isWP) {
|
||||
window.plugins.touchid = window.plugins.touchid || {};
|
||||
window.plugins.touchid.isAvailable(
|
||||
function(msg) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue