Remove default argument
This commit is contained in:
parent
b6e21507c1
commit
f7c9dfbc8e
|
@ -37,7 +37,7 @@ data class VCardWrapper(val vCard: VCard, val fullName: String?, val properties:
|
|||
.distinctBy { it.value }
|
||||
val fullName = vCard.extractFullName()
|
||||
|
||||
return VCardWrapper(vCard, fullName, properties, expanded = false)
|
||||
return VCardWrapper(vCard, fullName, properties)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue