Created
January 12, 2018 23:18
-
-
Save nuhkoca/d09cb706f2aea0c7e3de66bd7f8932ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @GlideModule | |
| public final class OkHttpLibraryGlideModule extends LibraryGlideModule { | |
| @Override | |
| public void registerComponents(Context context, Glide glide, Registry registry) { | |
| registry.replace(GlideUrl.class, InputStream.class, new OkHttpUrlLoader.Factory()); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment