We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6a0a4 commit 4f71c08Copy full SHA for 4f71c08
src/imagepicker.android.ts
@@ -240,7 +240,6 @@ export class ImagePicker {
240
241
// not in platform-declaration typings
242
intent.putExtra((android.content.Intent as any).EXTRA_MIME_TYPES, mimeTypes);
243
-
244
// TODO: Use (<any>android).content.Intent.EXTRA_ALLOW_MULTIPLE
245
if (this.mode === 'multiple') {
246
intent.putExtra("android.intent.extra.ALLOW_MULTIPLE", true);
0 commit comments