Skip to content

Commit 4f71c08

Browse files
author
Dimitar Todorov
committed
Fix: lint errors
1 parent 4f6a0a4 commit 4f71c08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/imagepicker.android.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ export class ImagePicker {
240240

241241
// not in platform-declaration typings
242242
intent.putExtra((android.content.Intent as any).EXTRA_MIME_TYPES, mimeTypes);
243-
244243
// TODO: Use (<any>android).content.Intent.EXTRA_ALLOW_MULTIPLE
245244
if (this.mode === 'multiple') {
246245
intent.putExtra("android.intent.extra.ALLOW_MULTIPLE", true);

0 commit comments

Comments
 (0)