From 71a375f89891139e6c99c64daf66d241a2bb1257 Mon Sep 17 00:00:00 2001 From: Andrei Pfeiffer Date: Thu, 14 Nov 2019 11:48:58 +0200 Subject: [PATCH] chore(cleaning): Remove old comments (#1019) --- .../java/com/reactnativecommunity/webview/RNCWebViewModule.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewModule.java b/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewModule.java index 458319c..b730535 100644 --- a/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewModule.java +++ b/android/src/main/java/com/reactnativecommunity/webview/RNCWebViewModule.java @@ -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;