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

Commit 69314e72 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Fix NPE.

Bug: 5192200
Change-Id: Ifd869f92969016ea9c3ff9c5fa0a2a0f197c6cbf
parent 86c471db
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1505,8 +1505,10 @@ public class PhoneStatusBar extends StatusBar {
                if (lightsOut) {
                    animateCollapse();
                }
                if (mNavigationBarView != null) {
                    mNavigationBarView.setLowProfile(lightsOut);
                }
            }

            notifyUiVisibilityChanged();
        }