Updated on 2026-08-14
This commit is contained in:
parent
c1f4cb7388
commit
9c762583a0
18 changed files with 759 additions and 217 deletions
|
|
@ -67,6 +67,7 @@ sealed class CardInfo(
|
|||
)
|
||||
}
|
||||
|
||||
// TODO("Remove and use the same from coreUI")
|
||||
sealed interface TextReference {
|
||||
class Res(@StringRes val id: Int, val formatArgs: List<Any> = emptyList()) : TextReference {
|
||||
constructor(@StringRes id: Int, vararg formatArgs: Any) : this(id, formatArgs.toList())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue