Expensify / react-native-share-menu

A module for React Native that adds your app to the share menu of the device
MIT License
632 stars 235 forks source link

Crash on Android 12 #273

Open SuperBesse opened 9 months ago

SuperBesse commented 9 months ago

Hi,

I use the version 5.0.3. I got a crash when i try to share something:

`Fatal Exception: java.lang.IllegalArgumentException column '_data' does not exist. Available columns: [] android.database.AbstractCursor.getColumnIndexOrThrow (AbstractCursor.java:358)

android.database.CursorWrapper.getColumnIndexOrThrow (CursorWrapper.java:91) com.meedan.ShareMenuModule.getPath (ShareMenuModule.java:269) com.meedan.ShareMenuModule.extractShared (ShareMenuModule.java:88) com.meedan.ShareMenuModule.getSharedText (ShareMenuModule.java:135) java.lang.reflect.Method.invoke (Method.java)`

This crash appears only on a Oneplus Nord.

Thanks.