mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 12:08:34 +00:00
Hide call link warning card when entering call.
This commit is contained in:
committed by
Cody Henthorne
parent
2c0dbf1062
commit
c409d49f14
@@ -477,6 +477,8 @@ public class WebRtcCallView extends ConstraintLayout {
|
||||
} else if (state.getGroupCallState().isRinging()) {
|
||||
callLinkWarningCard.setVisibility(View.GONE);
|
||||
setStatus(state.getIncomingRingingGroupDescription(getContext()));
|
||||
} else {
|
||||
callLinkWarningCard.setVisibility(View.GONE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user