Fing.apk(点击下载) / a.java


package com.overlook.android.fing.ui.main;

import android.content.Context;
import android.util.Log;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;

/* compiled from: lambda */
public final /* synthetic */ class a implements Runnable {

    /* renamed from: a  reason: collision with root package name */
    public final /* synthetic */ s3 f16930a;
    public final /* synthetic */ Context b;

    /* renamed from: c  reason: collision with root package name */
    public final /* synthetic */ String f16931c;

    public /* synthetic */ a(s3 s3Var, Context context, String str) {
        this.f16930a = s3Var;
        this.b = context;
        this.f16931c = str;
    }

    public final void run() {
        s3 s3Var = this.f16930a;
        Context context = this.b;
        String str = this.f16931c;
        s3Var.b.z0.setVisibility(8);
        try {
            e.e.a.a.a.a.W(context, "https://app.fing.com/sso_continue" + "?to=" + URLEncoder.encode("https://account.fing.com", "UTF-8") + "&nonce=" + str);
        } catch (UnsupportedEncodingException e2) {
            Log.e("fing:url", "Cannot continue to URL " + "https://account.fing.com", e2);
        }
    }
}