We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f77268 + c516a5c commit faecd09Copy full SHA for faecd09
services/java/com/android/server/wm/WindowState.java
@@ -806,7 +806,7 @@ public boolean isGoneForLayoutLw() {
806
return mViewVisibility == View.GONE
807
|| !mRelayoutCalled
808
|| (atoken == null && mRootToken.hidden)
809
- || (atoken != null && (atoken.hiddenRequested || atoken.hidden))
+ || (atoken != null && atoken.hiddenRequested)
810
|| mAttachedHidden
811
|| mExiting || mDestroying;
812
}
0 commit comments