mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 03:40:56 +01:00
Update method by which we check for remote device count.
This commit is contained in:
committed by
Greyson Parrelli
parent
a44c18d13f
commit
39a5bc21dd
@@ -320,7 +320,7 @@ public class WebRtcCallViewModel extends ViewModel {
|
||||
webRtcViewModel.isRemoteVideoEnabled(),
|
||||
webRtcViewModel.isRemoteVideoOffer(),
|
||||
localParticipant.isMoreThanOneCameraAvailable(),
|
||||
Util.hasItems(webRtcViewModel.getRemoteParticipants()),
|
||||
webRtcViewModel.getRemoteDevicesCount().orElse(0L) > 0,
|
||||
webRtcViewModel.getActiveDevice(),
|
||||
webRtcViewModel.getAvailableDevices(),
|
||||
webRtcViewModel.getRemoteDevicesCount().orElse(0),
|
||||
|
||||
Reference in New Issue
Block a user