Click on userId / room alias to copy value to clipboard. (#4549)

This commit is contained in:
Benoit Marty 2025-04-08 09:23:02 +02:00 committed by GitHub
parent 034ff3e2e7
commit 2f0eb9f068
17 changed files with 114 additions and 22 deletions

View file

@ -16,5 +16,6 @@ android {
dependencies {
implementation(projects.libraries.architecture)
implementation(projects.libraries.designsystem)
implementation(projects.libraries.matrix.api)
}