APK反编译源代码展示 - 南明离火平台提供

应用版本信息
应用名称:FreeTelec
版本号:1.13.0
包名称:fr.r0ro.android.FreeTelec

MD5 校验值:1c0b849068c6d731df1325f993a128f9

反编译源代码说明

b.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。


package fr.r0ro.android.FreeTelec;

import android.content.Context;
import com.google.android.gms.ads.RequestConfiguration;
import com.squareup.picasso.q;
import fr.r0ro.android.FreeTelec.a;
import java.util.Locale;

public class b {

    int f18347a;

    String f18348b;

    Context f18349c;

    a.e f18350d = null;

    public b(int i6, String str, Context context) {
        this.f18347a = i6;
        this.f18348b = str;
        this.f18349c = context;
    }

    public void a() {
        if (this.f18350d == null) {
            return;
        }
        c d6 = c.d(this.f18347a);
        if (d6 != null) {
            this.f18350d.f18336f.setProgress(d6.c());
            this.f18350d.f18336f.setVisibility(0);
        }
        c();
    }

    public void b(a.e eVar) {
        synchronized (this) {
            if (eVar == this.f18350d) {
                return;
            }
            this.f18350d = eVar;
            if (eVar != null) {
                c();
            }
        }
    }

    public void c() {
        if (this.f18350d == null) {
            return;
        }
        q.g().j(String.format(Locale.FRANCE, "http://static.android.r0ro.fr/freeTelec/logos/%d.png", Integer.valueOf(this.f18347a))).d(this.f18350d.f18331a);
        c d6 = c.d(this.f18347a);
        if (d6 == null) {
            this.f18350d.f18336f.setVisibility(4);
            this.f18350d.f18336f.setProgress(0);
            this.f18350d.f18333c.setText(RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED);
            this.f18350d.f18334d.setText(RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED);
            this.f18350d.f18335e.setText(RequestConfiguration.MAX_AD_CONTENT_RATING_UNSPECIFIED);
            return;
        }
        this.f18350d.f18336f.setProgress(d6.c());
        this.f18350d.f18336f.setVisibility(0);
        this.f18350d.f18333c.setText(d6.f18360a);
        this.f18350d.f18334d.setText(d6.f18364e);
        this.f18350d.f18335e.setText(d6.f18365f);
    }
}