mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-29 06:36:25 +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) {
|
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…
Add table
Reference in a new issue