package o; import java.util.concurrent.atomic.AtomicReference; /* renamed from: o.fVt, reason: case insensitive filesystem */ /* loaded from: classes6.dex */ public final class C13276fVt extends fUX { private InterfaceC13160fSh e; public C13276fVt(AbstractC13163fSk abstractC13163fSk, InterfaceC13160fSh interfaceC13160fSh) { super(abstractC13163fSk); this.e = interfaceC13160fSh; } @Override // o.AbstractC13163fSk public final void subscribeActual(InterfaceC13174fSv interfaceC13174fSv) { this.c.subscribe(new Sts(interfaceC13174fSv, this.e)); } /* renamed from: o.fVt$Sts */ /* loaded from: classes6.dex */ static final class Sts extends AtomicReference implements InterfaceC13174fSv, InterfaceC13161fSi, fSJ { private InterfaceC13174fSv c; private boolean d; private InterfaceC13160fSh e; Sts(InterfaceC13174fSv interfaceC13174fSv, InterfaceC13160fSh interfaceC13160fSh) { this.c = interfaceC13174fSv; this.e = interfaceC13160fSh; } @Override // o.InterfaceC13174fSv public final void onSubscribe(fSJ fsj) { if (!EnumC13192fTf.a(this, fsj) || this.d) { return; } this.c.onSubscribe(this); } @Override // o.InterfaceC13174fSv public final void onNext(T t) { this.c.onNext(t); } @Override // o.InterfaceC13161fSi public final void e(T t) { this.c.onNext(t); this.c.onComplete(); } @Override // o.InterfaceC13174fSv public final void onError(Throwable th) { this.c.onError(th); } @Override // o.InterfaceC13174fSv public final void onComplete() { if (this.d) { this.c.onComplete(); return; } this.d = true; EnumC13192fTf.c(this, null); InterfaceC13160fSh interfaceC13160fSh = this.e; this.e = null; interfaceC13160fSh.c(this); } @Override // o.fSJ public final void dispose() { EnumC13192fTf.e(this); } @Override // o.fSJ public final boolean isDisposed() { return EnumC13192fTf.c(get()); } } }