Skip to content

Commit 5adea62

Browse files
Dianne HackbornAndroid (Google) Code Review
authored andcommitted
Merge "Fix issue #5300880: setSystemUiVisibility() always triggers a surface reallocation"
2 parents b59d270 + 4f59f8b commit 5adea62

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)