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
parent ca6eb5c0e4
commit 0abdaf1469

View File

@ -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();
});
},