Remove default argument
This commit is contained in:
parent
b6e21507c1
commit
f7c9dfbc8e
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ data class VCardWrapper(val vCard: VCard, val fullName: String?, val properties:
|
||||||
.distinctBy { it.value }
|
.distinctBy { it.value }
|
||||||
val fullName = vCard.extractFullName()
|
val fullName = vCard.extractFullName()
|
||||||
|
|
||||||
return VCardWrapper(vCard, fullName, properties, expanded = false)
|
return VCardWrapper(vCard, fullName, properties)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue