mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 11:08:31 +00:00
Prevent call video from being turned off in multiwindow.
This commit is contained in:
committed by
jeffrey-signal
parent
61be2b92ba
commit
002d70496f
@@ -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)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user