This commit is contained in:
Girish Ramakrishnan
2018-06-26 19:37:19 -07:00
parent 25f888e0d8
commit 948c446362

View File

@@ -1159,7 +1159,7 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
return iteratorDone();
}
that.refreshAppCache(app.id, callback);
that.refreshAppCache(app.id, iteratorDone);
}, function (error) {
// filter out old apps, going backwards to allow splicing
for(var i = that._installedApps.length - 1; i >= 0; --i) {