Bug 928078 - Re-check running apps after app install. r=ochameau

This commit is contained in:
J. Ryan Stinnett 2013-10-17 15:36:59 -05:00
Родитель fb55c67e9b
Коммит 7e2589418c
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -258,6 +258,10 @@ WebappsStore.prototype = {
proxifiedApp.iconURL = res.url;
}
});
// This app may have been running while being installed, so check the list
// of running apps again to get the right answer.
this._getRunningApps();
});
},