[Voice messages] Add voice recording UI (#1546)

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
jonnyandrew 2023-10-12 16:17:18 +01:00 committed by GitHub
parent 0c2a6468b5
commit ffa6c43503
293 changed files with 967 additions and 52 deletions

View file

@ -37,4 +37,8 @@ dependencies {
api(libs.matrix.richtexteditor.compose)
ksp(libs.showkase.processor)
testImplementation(libs.test.junit)
testImplementation(libs.test.truth)
testImplementation(libs.coroutines.test)
}