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

Commit 74aef4de authored by Danny Baumann's avatar Danny Baumann Committed by Gerrit Code Review
Browse files

Merge "Prevent Lockscreen album art from activating FLAG_KEEP_SCREEN_ON" into cm-11.0

parents 2f85b7f6 3f3bde0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -599,6 +599,7 @@ public class KeyguardViewManager {
        } else {
            mWindowLayoutParams.flags &= ~WindowManager.LayoutParams.FLAG_SHOW_WALLPAPER;
        }
        mWindowLayoutParams.format = show ? PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE;

        mViewManager.updateViewLayout(mKeyguardHost, mWindowLayoutParams);
    }