Fixed issue with camera preview on tablet's dialer
This commit is contained in:
parent
05e38fe1c8
commit
003b32aa9e
1 changed files with 2 additions and 1 deletions
|
@ -54,9 +54,10 @@
|
|||
android:contentDescription="@null"
|
||||
android:src="@drawable/dialer_background" />
|
||||
|
||||
<TextureView
|
||||
<org.linphone.mediastream.video.capture.CaptureTextureView
|
||||
android:id="@+id/video_preview_window"
|
||||
android:visibility="@{viewModel.showPreview ? View.VISIBLE : View.GONE, default=gone}"
|
||||
android:layout_toRightOf="@id/tabs_fragment"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_centerInParent="true"/>
|
||||
|
|
Loading…
Reference in a new issue