mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 11:18:35 +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;
|
controls = webRtcControls;
|
||||||
|
|
||||||
if (!currentVisibleViewSet.equals(lastVisibleSet)) {
|
if (!currentVisibleViewSet.equals(lastVisibleSet) || !shouldFadeControls(controls)) {
|
||||||
fadeInNewUiState(lastVisibleSet);
|
fadeInNewUiState(lastVisibleSet);
|
||||||
post(() -> pictureInPictureGestureHelper.setVerticalBoundaries(status.getBottom(), speakerToggle.getTop()));
|
post(() -> pictureInPictureGestureHelper.setVerticalBoundaries(status.getBottom(), speakerToggle.getTop()));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user