mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-07 15:28:49 +01:00
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…
x
Reference in New Issue
Block a user