Merge "Fix issue #5300880: setSystemUiVisibility() always triggers a surface reallocation"
This commit is contained in:
committed by
Android (Google) Code Review
commit
5adea623ee
@ -1054,7 +1054,6 @@ public final class ViewRootImpl extends Handler implements ViewParent,
|
||||
|| attachInfo.mSystemUiVisibility != oldVis
|
||||
|| attachInfo.mHasSystemUiListeners) {
|
||||
params = lp;
|
||||
windowAttributesChanges |= WindowManager.LayoutParams.BUFFER_CHANGED;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user