mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
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) {
|
||||
background.setVisibility(View.GONE);
|
||||
} else {
|
||||
background.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
||||
if (mediaEncryption == MediaEncryption.SRTP || (mediaEncryption == MediaEncryption.ZRTP && call.isAuthenticationTokenVerified())) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue