Fix rotation FC if nowebcam
This commit is contained in:
parent
5a71c2baca
commit
053f4effbb
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ public class VideoCallActivity extends Activity implements
|
|||
params.setMargins(0, 0, 15, 15);
|
||||
params.addRule(RelativeLayout.ALIGN_PARENT_BOTTOM);
|
||||
params.addRule(RelativeLayout.ALIGN_PARENT_RIGHT);
|
||||
if (mVideoViewReady != null)
|
||||
if (mVideoViewReady != null && mVideoCaptureViewReady != null)
|
||||
mVideoCaptureViewReady.setLayoutParams(params);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue