Skip to content

Commit 4f59f8b

Browse files
author
Dianne Hackborn
committed
Fix issue #5300880: setSystemUiVisibility() always triggers a surface reallocation
Change-Id: Ia0a9d8acba6b62ef095e4c615099466c52eec8e4
1 parent 6ba3ff7 commit 4f59f8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/java/android/view/ViewRootImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,6 @@ private void performTraversals() {
10541054
|| attachInfo.mSystemUiVisibility != oldVis
10551055
|| attachInfo.mHasSystemUiListeners) {
10561056
params = lp;
1057-
windowAttributesChanges |= WindowManager.LayoutParams.BUFFER_CHANGED;
10581057
}
10591058
}
10601059

0 commit comments

Comments
 (0)