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

Commit 68531ef2 authored by Vinit Nayak's avatar Vinit Nayak Committed by Android (Google) Code Review
Browse files

Merge "Delete from mHasNavBar cache when display removed" into main

parents 48a84e06 aef7c860
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -278,6 +278,7 @@ public class NavigationBarControllerImpl implements
        @Override
        public void onDisplayRemoved(int displayId) {
            removeNavigationBar(displayId);
            mHasNavBar.delete(displayId);
        }

        @Override