Closes #3879 - Remove attributeSetId from AccountPreference

nightly-build-test
ekager 5 years ago committed by Emily Kager
parent e7d0bfe581
commit 003837eb4f

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

Loading…
Cancel
Save