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

Commit 5adea623 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android (Google) Code Review
Browse files

Merge "Fix issue #5300880: setSystemUiVisibility() always triggers a surface reallocation"

parents b59d270d 4f59f8be
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1054,7 +1054,6 @@ public final class ViewRootImpl extends Handler implements ViewParent,
                    || attachInfo.mSystemUiVisibility != oldVis
                    || attachInfo.mHasSystemUiListeners) {
                params = lp;
                windowAttributesChanges |= WindowManager.LayoutParams.BUFFER_CHANGED;
            }
        }