导航菜单

页面标题

页面副标题

Akıllı Bilet v4.0.39.217 - PhoneVerificationActivity.java 源代码

正在查看: Akıllı Bilet v4.0.39.217 应用的 PhoneVerificationActivity.java JAVA 源代码文件

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


package com.asis.baseapp.ui.virtual.phoneverification;

import android.os.Bundle;
import android.text.SpannableStringBuilder;
import android.text.method.LinkMovementMethod;
import com.asis.baseapp.utils.HtmlTextView;
import com.asis.coreapp.R$string;
import com.google.android.material.appbar.MaterialToolbar;
import com.google.android.material.textfield.TextInputLayout;
import com.google.firebase.ktx.Firebase;
import com.google.firebase.remoteconfig.ktx.RemoteConfigKt;
import defpackage.dg5;
import defpackage.do3;
import defpackage.fn2;
import defpackage.gb5;
import defpackage.kk3;
import defpackage.kw4;
import defpackage.l83;
import defpackage.m83;
import defpackage.mm2;
import defpackage.n33;
import defpackage.n83;
import defpackage.o45;
import defpackage.t22;
import defpackage.tm4;
import defpackage.vr;
import defpackage.z4;
import defpackage.zh3;
import kotlin.Metadata;

@Metadata(d1 = {"\u0000\f\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\u0018\u00002\u00020\u0001B\u0007¢\u0006\u0004\b\u0002\u0010\u0003¨\u0006\u0004"}, d2 = {"Lcom/asis/baseapp/ui/virtual/phoneverification/PhoneVerificationActivity;", "Lvr;", "<init>", "()V", "coreapp_release"}, k = 1, mv = {1, 9, 0})
public final class PhoneVerificationActivity extends vr {
    public static final int D = 0;
    public final kw4 B = fn2.b0(new l83(this, 0));
    public final dg5 C = new dg5(do3.a(PhoneVerificationViewModel.class), new kk3(this, 25), new kk3(this, 24), new o45(this, 27));

    public final z4 k0() {
        return (z4) this.B.getValue();
    }

    @Override
    public final void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        setContentView(k0().a);
        z4 k0 = k0();
        String string = RemoteConfigKt.getRemoteConfig(Firebase.INSTANCE).getString("url_kvkk");
        fn2.s(string);
        boolean z = true;
        if (string.length() > 0) {
            CharSequence text = getText(R$string.kvk_contract_link_text);
            fn2.u(text, "getText(...)");
            SpannableStringBuilder U = mm2.U(text, fn2.d0(new n33(0, new tm4(string, new n83(this, 0)))));
            if (U != null && U.length() != 0) {
                z = false;
            }
            if (!z) {
                HtmlTextView htmlTextView = k0.c;
                htmlTextView.setText(U);
                htmlTextView.setMovementMethod(LinkMovementMethod.getInstance());
                htmlTextView.setHighlightColor(0);
            }
        } else {
            CharSequence text2 = getText(R$string.kvk_contract_link_text);
            fn2.u(text2, "getText(...)");
            String string2 = getString(R$string.kvk_contract_link);
            fn2.u(string2, "getString(...)");
            SpannableStringBuilder U2 = mm2.U(text2, fn2.d0(new n33(0, new tm4(string2, new n83(this, 1)))));
            if (U2 != null && U2.length() != 0) {
                z = false;
            }
            if (!z) {
                HtmlTextView htmlTextView2 = k0.c;
                htmlTextView2.setText(U2);
                htmlTextView2.setMovementMethod(LinkMovementMethod.getInstance());
                htmlTextView2.setHighlightColor(0);
            }
        }
        TextInputLayout textInputLayout = k0.e;
        String str = zh3.g;
        textInputLayout.setPlaceholderText(fn2.g(str, "CI") ? "XXXXXXXXXX" : fn2.g(str, "XK") ? "XXXXXXXX" : "5XXXXXXXXX");
        MaterialToolbar materialToolbar = k0.g;
        fn2.u(materialToolbar, "toolbar");
        fn2.p0(this, materialToolbar, new l83(this, 3));
        k0.d.setOnClickListener(new gb5(this, 21));
        t22.n(this).a(new m83(this, null));
    }
}