missing break on switch
This commit is contained in:
parent
875c00a5ca
commit
5572ba7068
|
@ -295,6 +295,7 @@ public class RCTCameraModule extends ReactContextBaseJavaModule
|
|||
case 2: mMediaRecorder.setOrientationHint(270);
|
||||
break;
|
||||
case 3: mMediaRecorder.setOrientationHint(180);
|
||||
break;
|
||||
}
|
||||
|
||||
// Set video output format and encoding using CamcorderProfile.
|
||||
|
|
Loading…
Reference in New Issue