mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 02:58:45 +00:00
Always show pip in call.
This commit is contained in:
committed by
jeffrey-signal
parent
2a45e1cbf2
commit
abf32bf6ff
@@ -431,7 +431,7 @@ private fun Viewport(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (webRtcCallState.inOngoingCall && localParticipant.isVideoEnabled) {
|
if (webRtcCallState.inOngoingCall) {
|
||||||
MoveableLocalVideoRenderer(
|
MoveableLocalVideoRenderer(
|
||||||
localParticipant = localParticipant,
|
localParticipant = localParticipant,
|
||||||
localRenderState = localRenderState,
|
localRenderState = localRenderState,
|
||||||
|
|||||||
Reference in New Issue
Block a user