chore(cleaning): Remove old comments (#1019)

This commit is contained in:
Andrei Pfeiffer
2019-11-14 10:48:58 +01:00
committed by Thibault Malbranche
parent 351adba284
commit 71a375f898
@@ -242,8 +242,6 @@ public class RNCWebViewModule extends ReactContextBaseJavaModule implements Acti
private Intent getVideoIntent() {
Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);
// @todo from experience, for Videos we get the data onActivityResult
// so there's no need to store the Uri
outputFileUri = getOutputUri(MediaStore.ACTION_VIDEO_CAPTURE);
intent.putExtra(MediaStore.EXTRA_OUTPUT, outputFileUri);
return intent;