Fix Glidera resume event in the 2FA step
This commit is contained in:
parent
5f332a2315
commit
c4ce8b8b8d
5 changed files with 10 additions and 1 deletions
|
|
@ -14,6 +14,8 @@ angular.module('copayApp.controllers').controller('sellGlideraController',
|
|||
this.currentFeeLevel = config.wallet.settings.feeLevel || 'normal';
|
||||
var fc;
|
||||
|
||||
window.ignoreMobilePause = true;
|
||||
|
||||
var otherWallets = function(testnet) {
|
||||
var network = testnet ? 'testnet' : 'livenet';
|
||||
return lodash.filter(profileService.getWallets(network), function(w) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue