mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 09:13:23 +00:00
Spotless Apply
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user