Loading libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/DismissView.kt +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ class DismissView(context: Context) : FrameLayout(context) { // Setup gradient gradientDrawable = createGradient(color = config.floatingGradientColorResId) setBackgroundDrawable(gradientDrawable) setBackground(gradientDrawable) // Setup DismissCircleView circle.id = config.dismissViewResId Loading Loading
libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/DismissView.kt +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ class DismissView(context: Context) : FrameLayout(context) { // Setup gradient gradientDrawable = createGradient(color = config.floatingGradientColorResId) setBackgroundDrawable(gradientDrawable) setBackground(gradientDrawable) // Setup DismissCircleView circle.id = config.dismissViewResId Loading