mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-24 14:09:44 +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() {
|
||||
CameraVideoCapturer cameraVideoCapturer = (CameraVideoCapturer) videoCapturer;
|
||||
if (cameraVideoCapturer != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user