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

57 lines
1.6 KiB
Java

package o;
import kotlin.NoWhenBranchMatchedException;
/* loaded from: classes3.dex */
public final class zOI extends wRi {
private final tQD c;
private final InterfaceC0773Ogw d;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
@InterfaceC13391fZD
public zOI(yRw yrw, yRw yrw2, InterfaceC0773Ogw interfaceC0773Ogw, tQD tqd) {
super(yrw, yrw2);
C14957gcv.e(yrw, "");
C14957gcv.e(yrw2, "");
C14957gcv.e(interfaceC0773Ogw, "");
C14957gcv.e(tqd, "");
this.d = interfaceC0773Ogw;
this.c = tqd;
}
public final AbstractC13163fSk<dRS> d(String str) {
C14957gcv.e(str, "");
int i = IeS.d[this.c.f().ordinal()];
if (i == 1) {
AbstractC13163fSk<dRS> i2 = this.d.i(str);
e(i2);
C14957gcv.c(i2, "");
return i2;
}
if (i == 2) {
AbstractC13163fSk<dRS> g = this.c.g(str);
e(g);
return g;
}
throw new NoWhenBranchMatchedException();
}
/* loaded from: classes3.dex */
public final /* synthetic */ class IeS {
public static final int[] d;
static {
int[] iArr = new int[bTI.values().length];
try {
iArr[bTI.CONSUMER.ordinal()] = 1;
} catch (NoSuchFieldError unused) {
}
try {
iArr[bTI.BUSINESS_OWNER.ordinal()] = 2;
} catch (NoSuchFieldError unused2) {
}
d = iArr;
}
}
}