Fix multicall interface issue
This commit is contained in:
parent
d9156cc31f
commit
96212a6006
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ public class AudioCallFragment extends Fragment implements OnClickListener {
|
||||||
if (pictureUri != null) {
|
if (pictureUri != null) {
|
||||||
LinphoneUtils.setImagePictureFromUri(callView.getContext(), contactPicture.getView(), Uri.parse(pictureUri.toString()), R.drawable.unknown_small);
|
LinphoneUtils.setImagePictureFromUri(callView.getContext(), contactPicture.getView(), Uri.parse(pictureUri.toString()), R.drawable.unknown_small);
|
||||||
}
|
}
|
||||||
|
contactPicture.setVisibility(hide ? View.GONE : View.VISIBLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void setRowBackgroundAndPadding(LinearLayout callView, Resources resources, int index, LinphoneCall call, boolean active) {
|
private void setRowBackgroundAndPadding(LinearLayout callView, Resources resources, int index, LinphoneCall call, boolean active) {
|
||||||
|
|
Loading…
Reference in a new issue