No issue: Remove attributeSetId from DefaultBrowserPreference (#3712)

nightly-build-test
Emily Kager 5 years ago committed by Sawyer Blatz
parent 98b369d024
commit 654c2b12df

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

Loading…
Cancel
Save