mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-25 06:29:52 +01:00
parent
5e08988d6a
commit
bbb48f2b91
@ -726,7 +726,7 @@ public class CallController extends BaseController {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@OnClick(R.id.call_control_switch_camera)
|
@OnClick({R.id.call_control_switch_camera, R.id.pip_video_view})
|
||||||
public void switchCamera() {
|
public void switchCamera() {
|
||||||
CameraVideoCapturer cameraVideoCapturer = (CameraVideoCapturer) videoCapturer;
|
CameraVideoCapturer cameraVideoCapturer = (CameraVideoCapturer) videoCapturer;
|
||||||
if (cameraVideoCapturer != null) {
|
if (cameraVideoCapturer != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user