mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 14:09:58 +00:00
Fix header mode when call is reconnecting.
This commit is contained in:
committed by
Greyson Parrelli
parent
f9ec9ac2fd
commit
5a4c8a6f9a
@@ -248,7 +248,7 @@ public final class WebRtcControls {
|
||||
}
|
||||
|
||||
public boolean showSmallHeader() {
|
||||
return isAtLeastOutgoing();
|
||||
return isAtLeastOutgoing() || callState == CallState.RECONNECTING;
|
||||
}
|
||||
|
||||
public boolean showFullScreenShade() {
|
||||
|
||||
Reference in New Issue
Block a user