Fix header mode when call is reconnecting.
This commit is contained in:
parent
f9ec9ac2fd
commit
5a4c8a6f9a
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ public final class WebRtcControls {
|
|||
}
|
||||
|
||||
public boolean showSmallHeader() {
|
||||
return isAtLeastOutgoing();
|
||||
return isAtLeastOutgoing() || callState == CallState.RECONNECTING;
|
||||
}
|
||||
|
||||
public boolean showFullScreenShade() {
|
||||
|
|
Loading…
Add table
Reference in a new issue