SAS emoji: use embedded drawable (#1953)

This commit is contained in:
Benoit Marty 2023-12-06 14:10:05 +01:00
parent e9b7f3d52a
commit e8a489b5cd
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,
)