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

Commit fab75dc8 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Turn off dimming immediately for removed windows." into jb-dev

parents 7cd46429 236a35b7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8416,7 +8416,8 @@ public class WindowManagerService extends IWindowManager.Stub
            // performance reasons).
            mInnerFields.mObscured = true;
        } else if (canBeSeen && (attrFlags & FLAG_DIM_BEHIND) != 0
                && !(w.mAppToken != null && w.mAppToken.hiddenRequested)) {
                && !(w.mAppToken != null && w.mAppToken.hiddenRequested)
                && !w.mExiting) {
            if (localLOGV) Slog.v(TAG, "Win " + w + " obscured=" + mInnerFields.mObscured);
            if (!mInnerFields.mDimming) {
                //Slog.i(TAG, "DIM BEHIND: " + w);