mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Fix kdoc
This commit is contained in:
parent
23801de992
commit
19a489b6d4
1 changed files with 1 additions and 1 deletions
|
@ -392,7 +392,7 @@ class VoiceBroadcastPlayerImpl @Inject constructor(
|
|||
/**
|
||||
* Update the live listening state according to:
|
||||
* - the voice broadcast state (started/paused/resumed/stopped),
|
||||
* - the playing state (IDLE, PLAYING, PAUSED, BUFFERING),
|
||||
* - the playing state (IDLE, PLAYING, PAUSED, BUFFERING).
|
||||
*/
|
||||
private fun updateLiveListeningMode() {
|
||||
val isLiveVoiceBroadcast = mostRecentVoiceBroadcastEvent?.isLive.orFalse()
|
||||
|
|
Loading…
Reference in a new issue