ParkSangGwon / TedBottomPicker

TedBottomPicker is simple image picker using bottom sheet
1.11k stars 185 forks source link

Image not show(Loading) when open bottomsheat #128

Open Ahmedbadereldin opened 4 years ago

Ahmedbadereldin commented 4 years ago
Screen Shot 2020-02-26 at 10 57 28 AM
pegah5665 commented 4 years ago

Google has a new feature on Android Q: filtered view for external storage. A quick fix for that is to add this code in the AndroidManifest.xml file:

`<manifest ... >

<application android:requestLegacyExternalStorage="true" ... >
 ...
</application>

`