Do not reload all apps when search is empty

This commit is contained in:
Johannes Zellner
2017-01-28 19:57:32 -08:00
parent 599b070779
commit 0dceba8a1c
2 changed files with 2 additions and 2 deletions

View File

@@ -389,7 +389,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
$scope.ready = false;
getAppList(function (error, apps) {
AppStore.getAppsFast(function (error, apps) {
if (error) return $timeout($scope.showCategory.bind(null, event), 1000);
if (!$scope.category) {