Hide call link warning card when entering call.
This commit is contained in:
parent
2c0dbf1062
commit
c409d49f14
1 changed files with 2 additions and 0 deletions
|
@ -477,6 +477,8 @@ public class WebRtcCallView extends ConstraintLayout {
|
||||||
} else if (state.getGroupCallState().isRinging()) {
|
} else if (state.getGroupCallState().isRinging()) {
|
||||||
callLinkWarningCard.setVisibility(View.GONE);
|
callLinkWarningCard.setVisibility(View.GONE);
|
||||||
setStatus(state.getIncomingRingingGroupDescription(getContext()));
|
setStatus(state.getIncomingRingingGroupDescription(getContext()));
|
||||||
|
} else {
|
||||||
|
callLinkWarningCard.setVisibility(View.GONE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue