Update incoming call notification content to "📹 Incoming call"

This commit is contained in:
Benoit Marty 2025-02-04 16:09:15 +01:00
parent 639c1bac00
commit 8edffc5167
14 changed files with 85 additions and 9 deletions

View file

@ -22,4 +22,5 @@ dependencies {
implementation(projects.features.call.impl)
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.matrix.test)
implementation(projects.tests.testutils)
}