We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a790e commit 805e528Copy full SHA for 805e528
textvalue/src/main/kotlin/TextValue.kt
@@ -40,7 +40,7 @@ public sealed interface TextValue : Parcelable {
40
@Parcelize
41
public data class Resource(
42
@StringRes public val resourceId: Int,
43
- public val formatArgs: @RawValue Array<out Any>
+ public val formatArgs: @RawValue Array<out Any> = emptyArray(),
44
) : TextValue {
45
@Suppress("SpreadOperator")
46
override fun get(resources: Resources): String {
0 commit comments