Icon for Android push notifications.
This commit is contained in:
parent
ac82b51848
commit
aab2b9c412
9 changed files with 8 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
});
|
||||
|
||||
var overlappingTxFraction = overlappingTxsCount / Math.min(cachedTxs.length, PAGE_OVERLAP);
|
||||
console.log('overlappingTxFraction:', overlappingTxFraction);
|
||||
console.log('overlappingTxFraction: ' + overlappingTxFraction);
|
||||
|
||||
if (overlappingTxFraction >= MIN_KNOWN_TX_OVERLAP_FRACTION) { // We are good
|
||||
if (someTransactionsWereNew) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue