WeChat.apk(点击下载) / c.java


package dz1;

import android.content.Intent;
import android.graphics.Color;
import android.text.TextPaint;
import android.text.style.ClickableSpan;
import android.view.View;
import j30.a;
import java.util.ArrayList;
import lh4.m;
import sv3.b;

public final class c extends ClickableSpan {

    /* renamed from: d  reason: collision with root package name */
    public final /* synthetic */ d f204465d;

    public c(d dVar) {
        this.f204465d = dVar;
    }

    public void onClick(View view) {
        String str;
        ArrayList arrayList = new ArrayList();
        arrayList.add(view);
        Object[] array = arrayList.toArray();
        arrayList.clear();
        a.b("com/tencent/mm/plugin/finder/replay/widget/FinderLiveChargeLicenseWidget$setLicenseText$firstClickSpan$1", "android/text/style/ClickableSpan", "onClick", "(Landroid/view/View;)V", this, array);
        m.g(view, "widget");
        Intent intent = new Intent();
        if (this.f204465d.f204466d) {
            str = "https://support.weixin.qq.com/cgi-bin/mmsupportacctnodeweb-bin/pages/BsB5Jid0M6gtMOz8";
        } else {
            str = "https://support.weixin.qq.com/cgi-bin/mmsupportacctnodeweb-bin/pages/JsWXJcUX5dlJhfUW";
        }
        intent.putExtra("rawUrl", str);
        b.j(this.f204465d.getContext(), "webview", ".ui.tools.WebViewUI", intent, null);
        a.g(this, "com/tencent/mm/plugin/finder/replay/widget/FinderLiveChargeLicenseWidget$setLicenseText$firstClickSpan$1", "android/text/style/ClickableSpan", "onClick", "(Landroid/view/View;)V");
    }

    public void updateDrawState(TextPaint textPaint) {
        m.g(textPaint, "ds");
        textPaint.setColor(Color.parseColor("#7D90A9"));
        textPaint.setUnderlineText(false);
        textPaint.clearShadowLayer();
    }
}