Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d487016 authored by Rakesh Iyer's avatar Rakesh Iyer Committed by Android (Google) Code Review
Browse files

Merge "Fix crash in CarNavigationBarController." into nyc-dev

parents f20ce471 9a8386a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));
        }
    }