kroegerama/bottomsheet-imagepicker

Images are shown broken in android 10

Closed this issue · 0 comments

The solution is to add this line in your manifest file

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

credit to https://stackoverflow.com/a/57804657/6478047