1
0
Fork 0

No issue: Remove attributeSetId from DefaultBrowserPreference (#3712)

master
Emily Kager 2019-07-01 09:02:40 -07:00 committed by Sawyer Blatz
parent 98b369d024
commit 654c2b12df
1 changed files with 2 additions and 3 deletions

View File

@ -14,9 +14,8 @@ import org.mozilla.fenix.R
class DefaultBrowserPreference @JvmOverloads constructor(
context: Context,
attrs: AttributeSet? = null,
attributeSetId: Int = android.R.attr.preferenceStyle
) : Preference(context, attrs, attributeSetId) {
attrs: AttributeSet? = null
) : Preference(context, attrs) {
private var switchView: Switch? = null