Icon for Android push notifications.

This commit is contained in:
Brendon Duncan 2018-09-15 16:58:17 +12:00
commit aab2b9c412
9 changed files with 8 additions and 1 deletions

View file

@ -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) {