mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-30 07:56:22 +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()
|
val first = devicesList.first()
|
||||||
Log.w(
|
Log.w(
|
||||||
"$TAG Failed to find current active speaker participant device, using first one [${first.name}]"
|
"$TAG Failed to find current active speaker participant device, using first one [${first.name}]"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue