mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 00:29:11 +01:00
fixup! Consolidate Call UI visibility selection logic.
This commit is contained in:
@@ -360,7 +360,7 @@ public class WebRtcCallView extends FrameLayout {
|
||||
|
||||
controls = webRtcControls;
|
||||
|
||||
if (!currentVisibleViewSet.equals(lastVisibleSet)) {
|
||||
if (!currentVisibleViewSet.equals(lastVisibleSet) || !shouldFadeControls(controls)) {
|
||||
fadeInNewUiState(lastVisibleSet);
|
||||
post(() -> pictureInPictureGestureHelper.setVerticalBoundaries(status.getBottom(), speakerToggle.getTop()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user