Turan Mahmudov
Results
2
comments of
Turan Mahmudov
this also affects me
@MistryHiral @jawand I fixed the issue with this way. In "**android/src/main/java/in/mertcan/advancedshare/shareintents/Base.java"** change this: ``` if (checkKey("url")) { ... } ``` to ``` if (checkKey("url")) { if (fileHelper.isFile()) { List resInfoList...