35 lines
878 B
Java
35 lines
878 B
Java
package o;
|
|
|
|
import android.net.Uri;
|
|
import com.squareup.picasso.Picasso;
|
|
|
|
/* renamed from: o.erL, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
public final class C12071erL implements InterfaceC12980fNE {
|
|
private final C0579JxJ a;
|
|
private final String e;
|
|
|
|
@Override // o.InterfaceC12980fNE
|
|
public final void d() {
|
|
}
|
|
|
|
public C12071erL(C0579JxJ c0579JxJ, String str) {
|
|
C14957gcv.e(c0579JxJ, "");
|
|
C14957gcv.e(str, "");
|
|
this.a = c0579JxJ;
|
|
this.e = str;
|
|
}
|
|
|
|
@Override // o.InterfaceC12980fNE
|
|
public final void b(Exception exc) {
|
|
Uri parse;
|
|
C0579JxJ c0579JxJ = this.a;
|
|
String str = this.e;
|
|
Picasso picasso = c0579JxJ.c;
|
|
if (str == null || (parse = Uri.parse(str)) == null) {
|
|
return;
|
|
}
|
|
picasso.b.b(parse.toString());
|
|
}
|
|
}
|