导航菜单

页面标题

页面副标题

Crafto v9.3.3 - C1695f0.java 源代码

正在查看: Crafto v9.3.3 应用的 C1695f0.java JAVA 源代码文件

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


package com.crafto.android.ui.home;

import android.content.Context;
import java.net.URL;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function2;
import kotlin.jvm.internal.Intrinsics;
import v7.C3478g;
import v7.C3479h;

@Mk.e(c = "com.crafto.android.ui.home.HomeScreenActivity$logIpAddresses$1", f = "HomeScreenActivity.kt", l = {}, m = "invokeSuspend")
public final class C1695f0 extends Mk.i implements Function2<dl.H, Kk.c<? super Unit>, Object> {
    public final HomeScreenActivity a;

    public C1695f0(HomeScreenActivity homeScreenActivity, Kk.c<? super C1695f0> cVar) {
        super(2, cVar);
        this.a = homeScreenActivity;
    }

    public final Kk.c<Unit> create(Object obj, Kk.c<?> cVar) {
        return new C1695f0(this.a, cVar);
    }

    public final Object invoke(Object obj, Object obj2) {
        return create((dl.H) obj, (Kk.c) obj2).invokeSuspend(Unit.a);
    }

    public final Object invokeSuspend(Object obj) {
        Lk.a aVar = Lk.a.COROUTINE_SUSPENDED;
        Hk.q.b(obj);
        final HomeScreenActivity homeScreenActivity = this.a;
        Jb.a.b((String) null, new Function0() {
            public final Object invoke() {
                String str;
                URL url = new URL("https://ipv6.crafto.app:443/");
                vf.a aVar2 = HomeScreenActivity.this;
                Context applicationContext = aVar2.getApplicationContext();
                Intrinsics.checkNotNullExpressionValue(applicationContext, "getApplicationContext(...)");
                C3478g a = C3479h.a(url, applicationContext);
                do.a.a.c("ping_ " + a, new Object[0]);
                if (a.b.length() > 0 && (str = a.c) != null && str.length() > 0) {
                    aVar2.N("Ipv6 Connection Detected", "Home Screen", (r24 & 4) != 0 ? null : null, (r24 & 8) != 0 ? null : a.toString(), (r24 & 16) != 0 ? null : null, (r24 & 32) != 0 ? false : false, (r24 & 64) != 0 ? -1 : 0, (r24 & 128) != 0 ? -1 : 0, 0, (r24 & 512) != 0 ? null : null);
                }
                return Unit.a;
            }
        });
        return Unit.a;
    }
}