Skip to content

Commit f9c89a6

Browse files
authored
Fix ArrayList Import (#152)
1 parent 3c16238 commit f9c89a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/src/main/java/com/chirag/RNMail/RNMailModule.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
import java.util.List;
1717
import java.io.File;
18+
import java.util.ArrayList;
1819

1920
/**
2021
* NativeModule that allows JS to open emails sending apps chooser.

0 commit comments

Comments
 (0)