Loading packages/SettingsLib/IntroPreference/src/com/android/settingslib/widget/IntroPreference.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
packages/SettingsLib/IntroPreference/src/com/android/settingslib/widget/IntroPreference.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading