package k9; import androidx.recyclerview.widget.RecyclerView; /* loaded from: classes2.dex */ public abstract class e { static final class a extends kotlin.coroutines.jvm.internal.d { /* renamed from: a, reason: collision with root package name */ Object f11329a; /* renamed from: b, reason: collision with root package name */ /* synthetic */ Object f11330b; /* renamed from: c, reason: collision with root package name */ int f11331c; a(v8.d dVar) { super(dVar); } @Override // kotlin.coroutines.jvm.internal.a public final Object invokeSuspend(Object obj) { this.f11330b = obj; this.f11331c |= RecyclerView.UNDEFINED_DURATION; return e.a(null, this); } } /* JADX WARN: Removed duplicated region for block: B:13:0x0044 */ /* JADX WARN: Removed duplicated region for block: B:24:0x0035 */ /* JADX WARN: Removed duplicated region for block: B:8:0x0023 */ /* Code decompiled incorrectly, please refer to instructions dump. To view partially-correct code enable 'Show inconsistent code' option in preferences */ public static final java.lang.Object a(java.util.Collection r4, v8.d r5) { /* boolean r0 = r5 instanceof k9.e.a if (r0 == 0) goto L13 r0 = r5 k9.e$a r0 = (k9.e.a) r0 int r1 = r0.f11331c r2 = -2147483648(0xffffffff80000000, float:-0.0) r3 = r1 & r2 if (r3 == 0) goto L13 int r1 = r1 - r2 r0.f11331c = r1 goto L18 L13: k9.e$a r0 = new k9.e$a r0.(r5) L18: java.lang.Object r5 = r0.f11330b java.lang.Object r1 = w8.b.c() int r2 = r0.f11331c r3 = 1 if (r2 == 0) goto L35 if (r2 != r3) goto L2d java.lang.Object r4 = r0.f11329a java.util.Iterator r4 = (java.util.Iterator) r4 s8.o.b(r5) goto L3e L2d: java.lang.IllegalStateException r4 = new java.lang.IllegalStateException java.lang.String r5 = "call to 'resume' before 'invoke' with coroutine" r4.(r5) throw r4 L35: s8.o.b(r5) java.lang.Iterable r4 = (java.lang.Iterable) r4 java.util.Iterator r4 = r4.iterator() L3e: boolean r5 = r4.hasNext() if (r5 == 0) goto L55 java.lang.Object r5 = r4.next() k9.u1 r5 = (k9.u1) r5 r0.f11329a = r4 r0.f11331c = r3 java.lang.Object r5 = r5.q0(r0) if (r5 != r1) goto L3e return r1 L55: s8.v r4 = s8.v.f14109a return r4 */ throw new UnsupportedOperationException("Method not decompiled: k9.e.a(java.util.Collection, v8.d):java.lang.Object"); } }