Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Update GlideModule implementation (#105)
Browse files Browse the repository at this point in the history
* Closes #104
  • Loading branch information
bobheadxi committed Jul 24, 2017
1 parent 6996d5e commit a993f33
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import android.content.Context;

import com.bumptech.glide.Glide;
import com.bumptech.glide.GlideBuilder;
import com.bumptech.glide.Registry;
import com.bumptech.glide.module.GlideModule;
Expand All @@ -19,7 +20,7 @@ public void applyOptions(Context context, GlideBuilder builder) {
}

@Override
public void registerComponents(Context context, Registry registry) {
public void registerComponents(Context context, Glide glide, Registry registry) {
registry.append(
IconRequest.class,
InputStream.class,
Expand Down

0 comments on commit a993f33

Please sign in to comment.