酷狗概念版 v2.5.5版本的 MD5 值为:782d327088fca4e58310f35a56f41319

以下内容为反编译后的 c.java 源代码,内容仅作参考


package com.kugou.android.msgcenter;

import android.content.Context;
import android.content.DialogInterface;
import android.graphics.Bitmap;
import android.view.View;
import android.widget.ImageView;
import com.bumptech.glide.g;
import com.kugou.android.lite.R;

public class c extends com.kugou.framework.musicfees.ui.a implements View.OnClickListener {

    private View f26608b;

    private ImageView f26609c;

    private View f26610d;

    @Override
    protected int fo_() {
        return R.layout.a2_;
    }

    public c(Context context) {
        super(context, R.style.bz);
        a();
        setOnDismissListener(new DialogInterface.OnDismissListener() {
            @Override
            public void onDismiss(DialogInterface dialogInterface) {
                com.kugou.common.q.b.a().cU();
            }
        });
    }

    public void a(Bitmap bitmap) {
        ImageView imageView;
        if (bitmap == null || (imageView = this.f26609c) == null) {
            return;
        }
        imageView.setImageBitmap(bitmap);
    }

    @Override
    public void onClick(View view) {
        dismiss();
    }

    private void a() {
        this.f26608b = findViewById(R.id.ah0);
        this.f26610d = findViewById(R.id.eff);
        this.f26608b.setOnClickListener(this);
        this.f26610d.setOnClickListener(this);
        this.f26609c = (ImageView) findViewById(R.id.efd);
        g.b(getContext()).a("http://s3.kgimg.com/v2/sing_img/20190603162523837252.png").a(this.f26609c);
    }

    @Override
    public void show() {
        if (isShowing()) {
            return;
        }
        super.show();
    }
}