Fix unlockUntil
This commit is contained in:
parent
79653c5945
commit
6c380c5187
1 changed files with 1 additions and 0 deletions
|
|
@ -1206,6 +1206,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
||||||
if (onResume) {
|
if (onResume) {
|
||||||
var now = Math.floor(Date.now() / 1000);
|
var now = Math.floor(Date.now() / 1000);
|
||||||
if (now < openURLService.unlockUntil) {
|
if (now < openURLService.unlockUntil) {
|
||||||
|
openURLService.unlockUntil = null;
|
||||||
$log.debug('Skip startup locking');
|
$log.debug('Skip startup locking');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue