what-the-bank/sources/o/aEH.java

81 lines
2.1 KiB
Java

package o;
import o.C0690Mh;
import o.ZI;
import o.aEH;
import o.wRi;
/* loaded from: classes4.dex */
public final class aEH extends ZI<InterfaceC9105ddT> {
public final veJ a;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public aEH(C16903sI c16903sI, veJ vej) {
super(c16903sI);
C14957gcv.e(c16903sI, "");
C14957gcv.e(vej, "");
this.a = vej;
}
/* loaded from: classes4.dex */
public final class IeS extends wRi.LWm<String> {
private aEH b;
public IeS(aEH aeh) {
this.b = aeh;
}
@Override // o.wRi.LWm, o.InterfaceC13174fSv
public final /* synthetic */ void onNext(Object obj) {
final String str = (String) obj;
C14957gcv.e(str, "");
aEH aeh = this.b;
ZI.IeS ieS = new ZI.IeS(str) { // from class: o.aEF
private String d;
@Override // o.ZI.IeS
public final void e(Object obj2) {
aEH.IeS.b(this.d, (InterfaceC9105ddT) obj2);
}
{
this.d = str;
}
};
if (aeh.f != 0) {
ieS.e(aeh.f);
}
}
@Override // o.wRi.LWm, o.InterfaceC13174fSv
public final void onError(Throwable th) {
C14957gcv.e(th, "");
if (this.b.i(th)) {
return;
}
aEH.a(this.b, th, C0690Mh.IeS.NAVIGATE_BACK);
}
public static /* synthetic */ void b(String str, InterfaceC9105ddT interfaceC9105ddT) {
C14957gcv.e(str, "");
interfaceC9105ddT.c(str);
}
}
public static final /* synthetic */ void a(aEH aeh, Throwable th, C0690Mh.IeS ieS) {
if (aeh.b(th)) {
aeh.d(aeh.j.d(th, ieS));
}
}
@Override // o.ZI
public final void w_() {
veJ vej = this.a;
if (!vej.h.isDisposed()) {
vej.h.dispose();
}
super.w_();
}
}