Skip to content

Commit e3fface

Browse files
author
roman_tcaregorodtcev
committed
Plurals text constructor updated
1 parent 316635a commit e3fface

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • omegatypes/src/main/java/com/omega_r/libs/omegatypes

omegatypes/src/main/java/com/omega_r/libs/omegatypes/Text.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ open class Text(protected val defaultTextStyle: TextStyle?) : Serializable, Text
232232

233233
}
234234

235-
class PluralsText(
235+
class PluralsText internal constructor(
236236
private val res: Int,
237237
private val quantity: Int,
238238
private vararg val formatArgs: Any,

0 commit comments

Comments
 (0)