Migrate from Picasso to Coil
Based on changes from refactor Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
273b09a3e8
commit
57364109f4
35 changed files with 432 additions and 512 deletions
|
|
@ -48,6 +48,11 @@ public final class DownloaderImpl extends Downloader {
|
|||
this.mCookies = new HashMap<>();
|
||||
}
|
||||
|
||||
@NonNull
|
||||
public OkHttpClient getClient() {
|
||||
return client;
|
||||
}
|
||||
|
||||
/**
|
||||
* It's recommended to call exactly once in the entire lifetime of the application.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue