Fix status bar background when removing video
This commit is contained in:
parent
2ec5e4f81a
commit
6d5f201d07
1 changed files with 2 additions and 0 deletions
|
@ -348,6 +348,8 @@ public class StatusFragment extends Fragment {
|
||||||
|
|
||||||
if (isVideoEnabled) {
|
if (isVideoEnabled) {
|
||||||
background.setVisibility(View.GONE);
|
background.setVisibility(View.GONE);
|
||||||
|
} else {
|
||||||
|
background.setVisibility(View.VISIBLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mediaEncryption == MediaEncryption.SRTP || (mediaEncryption == MediaEncryption.ZRTP && call.isAuthenticationTokenVerified())) {
|
if (mediaEncryption == MediaEncryption.SRTP || (mediaEncryption == MediaEncryption.ZRTP && call.isAuthenticationTokenVerified())) {
|
||||||
|
|
Loading…
Reference in a new issue