mirror of
https://github.com/readrops/Readrops.git
synced 2025-01-23 07:21:52 +01:00
Fix 401 error when synchronising for the second time with a FreshRSS account
This commit is contained in:
parent
fb06990116
commit
7dac06b96e
@ -15,7 +15,6 @@ import androidx.annotation.ColorInt;
|
||||
import androidx.annotation.NonNull;
|
||||
|
||||
import com.google.android.material.snackbar.Snackbar;
|
||||
import com.readrops.api.utils.AuthInterceptor;
|
||||
|
||||
import org.koin.java.KoinJavaComponent;
|
||||
|
||||
@ -37,7 +36,6 @@ public final class Utils {
|
||||
public static Bitmap getImageFromUrl(String url) {
|
||||
try {
|
||||
Request request = new Request.Builder().url(url).build();
|
||||
KoinJavaComponent.get(AuthInterceptor.class).setCredentials(null);
|
||||
|
||||
Response response = KoinJavaComponent.get(OkHttpClient.class).newCall(request).execute();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user