mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
Remove default argument
This commit is contained in:
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user