Tag reload note count on download

This commit is contained in:
Mo Bitar
2020-03-22 10:30:23 -05:00
parent 07584150b9
commit 7dc3dab90b
6 changed files with 100 additions and 48 deletions

View File

@@ -146,7 +146,6 @@ class RootCtrl extends PureCtrl {
updateSyncStatus() {
const syncStatus = this.application.getSyncStatus();
const stats = syncStatus.getStats();
console.log("SN: RootCtrl -> updateSyncStatus -> stats", stats);
if (stats.downloadCount > 20) {
const text = `Downloading ${stats.downloadCount} items. Keep app open.`;
this.syncStatus = this.statusManager.replaceStatusWithString(