From 81d019fafe7c94d47cbdeb0da349be951c50350a Mon Sep 17 00:00:00 2001 From: ralph950412 Date: Sat, 7 Sep 2024 09:31:14 +0000 Subject: [PATCH] SystemUI: Make qsTileBackground protected Change-Id: I71eed91bbd49ab1943defb0a76f71b68015250cc --- .../src/com/android/systemui/qs/tileimpl/QSTileViewImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/src/com/android/systemui/qs/tileimpl/QSTileViewImpl.kt b/packages/SystemUI/src/com/android/systemui/qs/tileimpl/QSTileViewImpl.kt index 6a8cc1715aca..32b73faa0915 100644 --- a/packages/SystemUI/src/com/android/systemui/qs/tileimpl/QSTileViewImpl.kt +++ b/packages/SystemUI/src/com/android/systemui/qs/tileimpl/QSTileViewImpl.kt @@ -156,7 +156,7 @@ constructor( /** Controls if tile background is set to a [RippleDrawable] see [setClickable] */ protected var showRippleEffect = true - private lateinit var qsTileBackground: RippleDrawable + protected lateinit var qsTileBackground: RippleDrawable private lateinit var qsTileFocusBackground: Drawable private lateinit var backgroundDrawable: LayerDrawable private lateinit var backgroundBaseDrawable: Drawable