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