mirror of
https://github.com/mihonapp/mihon.git
synced 2025-11-03 07:38:55 +01:00
Show download progress. Caching of images now without glide
This commit is contained in:
@@ -2,9 +2,6 @@ package eu.kanade.mangafeed.injection.module;
|
||||
|
||||
import android.app.Application;
|
||||
|
||||
import com.bumptech.glide.Glide;
|
||||
import com.bumptech.glide.RequestManager;
|
||||
|
||||
import javax.inject.Singleton;
|
||||
|
||||
import dagger.Module;
|
||||
@@ -59,9 +56,4 @@ public class DataModule {
|
||||
return new SourceManager(app);
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
RequestManager provideGlideDownloader(Application app) {
|
||||
return Glide.with(app);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user