mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-20 13:18:10 +01:00
Prevent call video from being turned off in multiwindow.
This commit is contained in:
+1
-1
@@ -282,7 +282,7 @@ class WebRtcCallActivity : BaseActivity(), SafetyNumberChangeDialog.Callback, Re
|
||||
requestNewSizesThrottle.clear()
|
||||
}
|
||||
|
||||
if (!isChangingConfigurations) {
|
||||
if (!isChangingConfigurations && !isInMultiWindowMode) {
|
||||
AppDependencies.signalCallManager.setEnableVideo(false)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user