mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 19:51:10 +00:00
chore(cleaning): Remove old comments (#1019)
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user