SAS emoji: use embedded drawable (#1953)

This commit is contained in:
Benoit Marty 2023-12-06 14:10:05 +01:00
parent 274bc89e11
commit 10d5268d0f
70 changed files with 1636 additions and 16 deletions

View file

@ -17,6 +17,6 @@
package io.element.android.libraries.matrix.api.verification
data class VerificationEmoji(
val code: String,
val code: Int,
val name: String,
)