package c6;

import A6.n;
import G6.i;
import O6.p;
import android.widget.TextView;
import c7.InterfaceC0597e;
import com.google.android.gms.internal.measurement.C1;

/* JADX INFO: renamed from: c6.e, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0589e extends i implements p {

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

    /* JADX INFO: renamed from: v, reason: collision with root package name */
    public /* synthetic */ Object f9366v;

    /* JADX INFO: renamed from: w, reason: collision with root package name */
    public final /* synthetic */ TextView f9367w;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public C0589e(TextView textView, E6.d dVar) {
        super(2, dVar);
        this.f9367w = textView;
    }

    @Override // O6.p
    public final Object k(Object obj, Object obj2) {
        return ((C0589e) m((E6.d) obj2, (InterfaceC0597e) obj)).p(n.f457a);
    }

    @Override // G6.a
    public final E6.d m(E6.d dVar, Object obj) {
        C0589e c0589e = new C0589e(this.f9367w, dVar);
        c0589e.f9366v = obj;
        return c0589e;
    }

    @Override // G6.a
    public final Object p(Object obj) throws Throwable {
        F6.a aVar = F6.a.f2580q;
        int i = this.f9365u;
        if (i == 0) {
            C1.N(obj);
            InterfaceC0597e interfaceC0597e = (InterfaceC0597e) this.f9366v;
            CharSequence text = this.f9367w.getText();
            this.f9365u = 1;
            if (interfaceC0597e.l(text, this) == aVar) {
                return aVar;
            }
        } else {
            if (i != 1) {
                throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
            }
            C1.N(obj);
        }
        return n.f457a;
    }
}
