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

Commit 800d9294 authored by David Liu's avatar David Liu
Browse files

[Settingslib] Fix StatusBannerPreference text color

- Set 'selectable' as true to avoid color of Title being set as color of Summary (this logic in androidx Preference)

Bug: 418131499
Test: manual
Flag: EXEMPT simple bugfix

Change-Id: If47a12b3f59d1b70b6bfb46e63288ab2cefd833a
parent b21267ef
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -68,7 +68,6 @@ class StatusBannerPreference @JvmOverloads constructor(

    init {
        layoutResource = R.layout.settingslib_expressive_preference_statusbanner
        isSelectable = false

        initAttributes(context, attrs, defStyleAttr)
    }