1
0
Fork 0

Closes #3879 - Remove attributeSetId from AccountPreference

master
ekager 2019-07-03 13:29:57 -07:00 committed by Emily Kager
parent e7d0bfe581
commit 003837eb4f
1 changed files with 2 additions and 3 deletions

View File

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