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

Commit aef7c860 authored by Vinit Nayak's avatar Vinit Nayak
Browse files

Delete from mHasNavBar cache when display removed

Bug: 307714378
Flag: None
Change-Id: Ic9311460843115045534dfe8dae7f85cf3b8e5b0
parent 821d03e8
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