package o; /* renamed from: o.fXW, reason: case insensitive filesystem */ /* loaded from: classes6.dex */ public final class C13324fXW extends AbstractC13175fSw { private fSQ d; private fSD e; public C13324fXW(fSD fsd, fSQ fsq) { this.e = fsd; this.d = fsq; } @Override // o.AbstractC13175fSw public final void e(InterfaceC13176fSx interfaceC13176fSx) { this.e.c(new RVV(interfaceC13176fSx, this.d)); } /* renamed from: o.fXW$RVV */ /* loaded from: classes6.dex */ static final class RVV implements InterfaceC13176fSx { private InterfaceC13176fSx a; private boolean c; private fSQ e; RVV(InterfaceC13176fSx interfaceC13176fSx, fSQ fsq) { this.a = interfaceC13176fSx; this.e = fsq; } @Override // o.InterfaceC13176fSx public final void onSubscribe(fSJ fsj) { try { this.e.c(fsj); this.a.onSubscribe(fsj); } catch (Throwable th) { C13147fSI.c(th); this.c = true; fsj.dispose(); EnumC13195fTi.c(th, this.a); } } @Override // o.InterfaceC13176fSx public final void e(T t) { if (this.c) { return; } this.a.e(t); } @Override // o.InterfaceC13176fSx public final void onError(Throwable th) { if (this.c) { C13418fZu.c(th); } else { this.a.onError(th); } } } }