Get subscription first and then get apps
This commit is contained in:
@@ -2002,7 +2002,7 @@ angular.module('Application').service('Client', ['$http', '$interval', 'md5', 'N
|
||||
});
|
||||
};
|
||||
|
||||
Client.prototype.getAppsFast = function (callback) {
|
||||
Client.prototype.getAppstoreAppsFast = function (callback) {
|
||||
if (this._appstoreAppCache.length !== 0) return callback(null, this._appstoreAppCache);
|
||||
|
||||
this.getAppstoreApps(callback);
|
||||
|
||||
Reference in New Issue
Block a user