mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 20:18:36 +00:00
Hide waiting to be let in bar when in pip mode.
This commit is contained in:
committed by
Greyson Parrelli
parent
c723bc812a
commit
b937c9c69b
@@ -319,6 +319,10 @@ class ControlsAndInfoController private constructor(
|
|||||||
|
|
||||||
showOrHideControlsOnUpdate(previousState)
|
showOrHideControlsOnUpdate(previousState)
|
||||||
|
|
||||||
|
if (controlState == WebRtcControls.PIP) {
|
||||||
|
waitingToBeLetIn.visible = false
|
||||||
|
}
|
||||||
|
|
||||||
if (controlState != WebRtcControls.PIP && controlState.controlVisibilitiesChanged(previousState)) {
|
if (controlState != WebRtcControls.PIP && controlState.controlVisibilitiesChanged(previousState)) {
|
||||||
updateControlVisibilities()
|
updateControlVisibilities()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user