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

Commit ec59899f authored by Yein Jo's avatar Yein Jo Committed by Automerger Merge Worker
Browse files

Merge "Fix wired charging ripple not showing up in multi-user mode." into...

Merge "Fix wired charging ripple not showing up in multi-user mode." into tm-qpr-dev am: 85d8bd06 am: 2a71648c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21233911



Change-Id: I63342268c62e36a081bde4231a79b90775cfcd7b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents f92f56db 2a71648c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ class WiredChargingRippleController @Inject constructor(
        height = WindowManager.LayoutParams.MATCH_PARENT
        layoutInDisplayCutoutMode = WindowManager.LayoutParams.LAYOUT_IN_DISPLAY_CUTOUT_MODE_ALWAYS
        format = PixelFormat.TRANSLUCENT
        type = WindowManager.LayoutParams.TYPE_SYSTEM_OVERLAY
        type = WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG
        fitInsetsTypes = 0 // Ignore insets from all system bars
        title = "Wired Charging Animation"
        flags = (WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE