mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 08:18:34 +00:00
fixup! Consolidate Call UI visibility selection logic.
This commit is contained in:
parent
f2847f9aa5
commit
a6819448b9
@ -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()));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user