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

Commit 65b4b9ef authored by David Liu's avatar David Liu
Browse files

[Expressive design] IntroPreference should not be round corner

Bug: 377266201
Test: visual test
Flag: EXEMPT update library
Change-Id: I62aae4228be42391a0d22a22b5e39dc82a8ade29
parent f06190e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ class IntroPreference @JvmOverloads constructor(
    attrs: AttributeSet? = null,
    defStyleAttr: Int = 0,
    defStyleRes: Int = 0
) : Preference(context, attrs, defStyleAttr, defStyleRes) {
) : Preference(context, attrs, defStyleAttr, defStyleRes), GroupSectionDividerMixin {

    private var isCollapsable: Boolean = false
    private var minLines: Int = 2