Fix warning

This commit is contained in:
Benoit Marty 2025-11-14 09:39:55 +01:00
parent 6f13feed13
commit 8a53be3b33

View file

@ -100,7 +100,7 @@ class DefaultActiveCallManager(
private val imageLoaderHolder: ImageLoaderHolder,
private val systemClock: SystemClock,
) : ActiveCallManager {
private val tag = "DefaultActiveCallManager"
private val tag = "ActiveCallManager"
private var timedOutCallJob: Job? = null
@VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)