package d3;

import androidx.compose.runtime.MutableState;
import j$.time.format.DateTimeFormatter;
import m3.AbstractC2467b;
import w4.C3137A;

/* JADX INFO: renamed from: d3.r1, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1920r1 extends C4.j implements J4.e {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public int f15956a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ MutableState f15957b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ MutableState f15958c;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C1920r1(MutableState mutableState, MutableState mutableState2, A4.d dVar) {
        super(2, dVar);
        this.f15957b = mutableState;
        this.f15958c = mutableState2;
    }

    @Override // C4.a
    public final A4.d create(Object obj, A4.d dVar) {
        return new C1920r1(this.f15957b, this.f15958c, dVar);
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        return ((C1920r1) create((V4.C) obj, (A4.d) obj2)).invokeSuspend(C3137A.f25453a);
    }

    /* JADX WARN: Multi-variable type inference failed */
    @Override // C4.a
    public final Object invokeSuspend(Object obj) {
        B4.a aVar = B4.a.f492a;
        int i6 = this.f15956a;
        C3137A c3137a = C3137A.f25453a;
        MutableState mutableState = this.f15957b;
        if (i6 == 0) {
            AbstractC2467b.l(obj);
            DateTimeFormatter dateTimeFormatter = v2.f16084a;
            if (((Integer) mutableState.getValue()) != null) {
                this.f15956a = 1;
                if (V4.E.l(2500L, this) == aVar) {
                    return aVar;
                }
            }
            return c3137a;
        }
        if (i6 != 1) {
            throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
        }
        AbstractC2467b.l(obj);
        DateTimeFormatter dateTimeFormatter2 = v2.f16084a;
        if (((Integer) mutableState.getValue()) != null) {
            this.f15958c.setValue(Boolean.TRUE);
            mutableState.setValue(null);
        }
        return c3137a;
    }
}
