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

There is a brief white screen when loading local images #1817

Closed
MissMyDearBear opened this issue Mar 27, 2017 · 2 comments
Closed

There is a brief white screen when loading local images #1817

MissMyDearBear opened this issue Mar 27, 2017 · 2 comments
Labels

Comments

@MissMyDearBear
Copy link

Use glide to load a local image with a brief white screen。

@MissMyDearBear
Copy link
Author

sory,
Glide.with(context).load(file).diskCacheStrategy(DiskCacheStrategy.NONE).dontAnimate().into(imageView);
is solve this issue

@TWiStErRob
Copy link
Collaborator

Likely duplicate of #527 though you didn't say you're loading an image on top of an already loaded image.

Well done for using .diskCacheStrategy(NONE) for local files!

@TWiStErRob TWiStErRob reopened this Apr 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants