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

Commit 957a189b authored by Joe Onorato's avatar Joe Onorato
Browse files

Don't force all views to be asking for lights out just because somebody did.

Bug: 3396308
Bug: 3395422
Change-Id: Ic97a689bda12d3b53a6ecace504d411f2beb87d5
parent b0c939ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -10934,7 +10934,6 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
    /**
     */
    public void dispatchSystemUiVisibilityChanged(int visibility) {
        mSystemUiVisibility = visibility;
        if (mOnSystemUiVisibilityChangeListener != null) {
            mOnSystemUiVisibilityChangeListener.onSystemUiVisibilityChange(
                    visibility & ~PUBLIC_STATUS_BAR_VISIBILITY_MASK);