Fix warning
This commit is contained in:
parent
265b611c8a
commit
a172f1324b
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class DefaultActiveCallManager(
|
||||||
private val imageLoaderHolder: ImageLoaderHolder,
|
private val imageLoaderHolder: ImageLoaderHolder,
|
||||||
private val systemClock: SystemClock,
|
private val systemClock: SystemClock,
|
||||||
) : ActiveCallManager {
|
) : ActiveCallManager {
|
||||||
private val tag = "DefaultActiveCallManager"
|
private val tag = "ActiveCallManager"
|
||||||
private var timedOutCallJob: Job? = null
|
private var timedOutCallJob: Job? = null
|
||||||
|
|
||||||
@VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)
|
@VisibleForTesting(otherwise = VisibleForTesting.PRIVATE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue