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

Commit 2973e8ce authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update nav bar controller to allow for a home intent to be fired...

Merge "Update nav bar controller to allow for a home intent to be fired without having a package name."
parents b414149c f2f0979b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -369,7 +369,7 @@ class CarNavigationBarController {
    private void onFacetClicked(Intent intent, int index) {
        String packageName = intent.getPackage();

        if (packageName == null) {
        if (packageName == null && !intent.getCategories().contains(Intent.CATEGORY_HOME)) {
            return;
        }