Prevent call video from being turned off in multiwindow.

This commit is contained in:
Alex Hart
2025-11-26 16:32:57 -04:00
committed by jeffrey-signal
parent 61be2b92ba
commit 002d70496f

View File

@@ -282,7 +282,7 @@ class WebRtcCallActivity : BaseActivity(), SafetyNumberChangeDialog.Callback, Re
requestNewSizesThrottle.clear() requestNewSizesThrottle.clear()
} }
if (!isChangingConfigurations) { if (!isChangingConfigurations && !isInMultiWindowMode) {
AppDependencies.signalCallManager.setEnableVideo(false) AppDependencies.signalCallManager.setEnableVideo(false)
} }