Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image not show(Loading) when open bottomsheat #128

Open
Ahmedbadereldin opened this issue Feb 26, 2020 · 1 comment
Open

Image not show(Loading) when open bottomsheat #128

Ahmedbadereldin opened this issue Feb 26, 2020 · 1 comment

Comments

@Ahmedbadereldin
Copy link

Screen Shot 2020-02-26 at 10 57 28 AM

@pegah5665
Copy link

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 ... > <!-- This attribute is "false" by default on apps targeting Android Q. --> <application android:requestLegacyExternalStorage="true" ... > ... </application> </manifest>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants