fix(scanner): fix a bug which can cause the scanner to remain active indefinitely
fixes #4967
This commit is contained in:
parent
e5a89293c0
commit
b31719dbeb
2 changed files with 3 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ angular.module('copayApp.services').service('scannerService', function($log, $ti
|
|||
|
||||
var nextHide = null;
|
||||
var nextDestroy = null;
|
||||
var hideAfterSeconds = 7;
|
||||
var hideAfterSeconds = 5;
|
||||
var destroyAfterSeconds = 60;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue