mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-01 14:16:49 +00:00
Hide camera toggle button in PIP mode.
This commit is contained in:
@@ -327,6 +327,7 @@ class ControlsAndInfoController private constructor(
|
||||
|
||||
if (controlState == WebRtcControls.PIP) {
|
||||
waitingToBeLetIn.visible = false
|
||||
toggleCameraDirectionView.visible = false
|
||||
}
|
||||
|
||||
if (controlState != WebRtcControls.PIP && controlState.controlVisibilitiesChanged(previousState)) {
|
||||
|
||||
Reference in New Issue
Block a user