missing break on switch

This commit is contained in:
Rahmat 2017-11-20 12:26:46 +07:00
parent 875c00a5ca
commit 5572ba7068
1 changed files with 1 additions and 0 deletions

View File

@ -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.