Fix header mode when call is reconnecting.

This commit is contained in:
Alex Hart
2025-01-16 14:58:44 -04:00
committed by Greyson Parrelli
parent f9ec9ac2fd
commit 5a4c8a6f9a

View File

@@ -248,7 +248,7 @@ public final class WebRtcControls {
}
public boolean showSmallHeader() {
return isAtLeastOutgoing();
return isAtLeastOutgoing() || callState == CallState.RECONNECTING;
}
public boolean showFullScreenShade() {