зеркало из https://github.com/mozilla/gecko-dev.git
Bug 928078 - Re-check running apps after app install. r=ochameau
This commit is contained in:
Родитель
fb55c67e9b
Коммит
7e2589418c
|
@ -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();
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче