Преглед на файлове

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

Andrei Pfeiffer преди 5 години
родител
ревизия
71a375f898
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0
    2
      android/src/main/java/com/reactnativecommunity/webview/RNCWebViewModule.java

+ 0
- 2
android/src/main/java/com/reactnativecommunity/webview/RNCWebViewModule.java Целия файл

@@ -242,8 +242,6 @@ public class RNCWebViewModule extends ReactContextBaseJavaModule implements Acti
242 242
 
243 243
   private Intent getVideoIntent() {
244 244
     Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE);
245
-    // @todo from experience, for Videos we get the data onActivityResult
246
-    // so there's no need to store the Uri
247 245
     outputFileUri = getOutputUri(MediaStore.ACTION_VIDEO_CAPTURE);
248 246
     intent.putExtra(MediaStore.EXTRA_OUTPUT, outputFileUri);
249 247
     return intent;