Merge "Fix crash in CarNavigationBarController." into nyc-dev
am: 1d48701
* commit '1d487016f526f9d95c2fc844e08249cd729543c8':
Fix crash in CarNavigationBarController.
Change-Id: Iebc706430dd55adbc1c7008d2eee7eb80e0480ec
This commit is contained in:
@@ -106,7 +106,7 @@ class CarNavigationBarController {
|
||||
|
||||
String category = getPackageCategory(packageName);
|
||||
if (mFacetCategoryMap.containsKey(category)) {
|
||||
int index = mFacetCategoryMap.get(packageName);
|
||||
int index = mFacetCategoryMap.get(category);
|
||||
mFacetHasMultipleAppsCache.put(index, facetHasMultiplePackages(index));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user