Spotless Apply

This commit is contained in:
Vitor Pamplona
2026-04-16 17:16:56 -04:00
parent cb98961f87
commit 449c052cb9
@@ -78,7 +78,9 @@ class CallAudioManager(
}
companion object {
private val nextInstanceId = java.util.concurrent.atomic.AtomicInteger(0)
private val nextInstanceId =
java.util.concurrent.atomic
.AtomicInteger(0)
}
private val _audioRoute = MutableStateFlow(AudioRoute.EARPIECE)