mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed crash
This commit is contained in:
parent
af1ee922ad
commit
146b9d0cdf
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ class ConferenceModel {
|
|||
)
|
||||
}
|
||||
|
||||
if (!activeSpeakerParticipantDeviceFound) {
|
||||
if (!activeSpeakerParticipantDeviceFound && devicesList.isNotEmpty()) {
|
||||
val first = devicesList.first()
|
||||
Log.w(
|
||||
"$TAG Failed to find current active speaker participant device, using first one [${first.name}]"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue