3
0
Fork 0

SystemUI: Make qsTileBackground protected

Change-Id: I71eed91bbd49ab1943defb0a76f71b68015250cc
This commit is contained in:
ralph950412 2024-09-07 09:31:14 +00:00
parent 68d5cc3941
commit 81d019fafe
1 changed files with 1 additions and 1 deletions

View File

@ -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