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

Commit 9fecc19f authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am 430dde3e: Merge "Don\'t force all views to be asking for lights out just...

am 430dde3e: Merge "Don\'t force all views to be asking for lights out just because somebody did." into honeycomb

* commit '430dde3e':
  Don't force all views to be asking for lights out just because somebody did.
parents 7b7280fd 430dde3e
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);