LINE.apk(点击下载) / LineChannelTitleBar.java


package jp.naver.line.android.channel.plugin;

import android.app.Activity;
import android.content.DialogInterface;
import android.content.Intent;
import b.d;
import com.linecorp.channel.plugin.ChannelTitleBar;
import com.linecorp.line.constants.BuildConfig;
import fn.g;
import jp.naver.line.android.R;
import uk3.c;
import vd3.a;

public class LineChannelTitleBar extends ChannelTitleBar {

    public class a implements DialogInterface.OnClickListener {

        /* renamed from: b  reason: collision with root package name */
        public final /* synthetic */ Activity f96843b;

        public a(LineChannelTitleBar lineChannelTitleBar, Activity activity) {
            this.f96843b = activity;
        }

        public void onClick(DialogInterface dialogInterface, int i14) {
            this.f96843b.startActivity(new Intent("android.intent.action.VIEW", g.a(d.a("https://market.android.com/details?id="), BuildConfig.APPLICATION_ID)));
            this.f96843b.finish();
        }
    }

    @Override // com.linecorp.channel.plugin.ChannelTitleBar
    public void g(Activity activity) {
        a.b bVar = new a.b(activity);
        bVar.d(R.string.stickershop_unsupported_popup_message);
        bVar.f(R.string.cancel, new c(activity));
        bVar.e(R.string.stickershop_unsupported_popup_update_btn_label, new a(this, activity));
        bVar.f171185u = false;
        bVar.k();
    }
}