导航菜单

页面标题

页面副标题

Atlys v4.8.7 - C0468e.java 源代码

正在查看: Atlys v4.8.7 应用的 C0468e.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package N8;

import D0.C0319v;
import O8.C0474c;
import android.net.Uri;
import java.util.Map;
import java.util.concurrent.CancellationException;
import kotlin.Pair;
import yp.K;

public final class C0468e extends Cl.i implements Kl.n {

    public int f9319n;

    public final String f9320o;

    public final String f9321p;

    public final String f9322q;

    public final C0319v f9323r;

    public C0468e(String str, String str2, String str3, C0319v c0319v, Al.f fVar) {
        super(2, fVar);
        this.f9320o = str;
        this.f9321p = str2;
        this.f9322q = str3;
        this.f9323r = c0319v;
    }

    public final Al.f create(Object obj, Al.f fVar) {
        return new C0468e(this.f9320o, this.f9321p, this.f9322q, this.f9323r, fVar);
    }

    public final Object invoke(Object obj, Object obj2) {
        return create((dn.F) obj, (Al.f) obj2).invokeSuspend(wl.y.a);
    }

    public final Object invokeSuspend(Object obj) {
        K F10;
        C0474c c0474c;
        Bl.a aVar = Bl.a.a;
        int i10 = this.f9319n;
        try {
            if (i10 == 0) {
                di.A.X(obj);
                Uri.Builder buildUpon = Uri.parse("https://www.atlys.com/desktop-upload/schengen/editor").buildUpon();
                buildUpon.appendQueryParameter("applicationId", this.f9320o);
                buildUpon.appendQueryParameter("editorType", this.f9321p);
                C0319v c0319v = this.f9323r;
                String str = this.f9322q;
                if (str != null && ((Qe.g) c0319v.f4579f).N(str)) {
                    buildUpon.appendQueryParameter("travellerId", str);
                }
                T6.c cVar = (T6.c) c0319v.f4575b;
                Map<String, String> r02 = xl.C.r0(new Pair("current_url", buildUpon.toString()));
                this.f9319n = 1;
                obj = cVar.B0(r02, this);
                if (obj == aVar) {
                    return aVar;
                }
            } else {
                if (i10 != 1) {
                    throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
                }
                di.A.X(obj);
            }
            F10 = (K) obj;
        } catch (Exception e4) {
            if (e4 instanceof CancellationException) {
                throw e4;
            }
            F10 = di.A.F(e4);
        }
        boolean z10 = F10 instanceof wl.k;
        if (!(!z10)) {
            return null;
        }
        if (z10) {
            F10 = null;
        }
        K k2 = F10;
        if (k2 == null || (c0474c = (C0474c) k2.b) == null) {
            return null;
        }
        return c0474c.getUrl();
    }
}