package defpackage;

import android.app.AlertDialog;
import android.app.Dialog;
import android.content.Context;
import android.content.DialogInterface;
import android.os.Bundle;

/* JADX INFO: renamed from: ᵾᵛﾞˋ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public class C5439 extends DialogInterfaceOnCancelListenerC0244 {

    /* JADX INFO: renamed from: ˎʞ, reason: contains not printable characters */
    public Dialog f20631;

    /* JADX INFO: renamed from: ᵔﹳ, reason: contains not printable characters */
    public AlertDialog f20632;

    /* JADX INFO: renamed from: ᵪʚᵯʝ, reason: contains not printable characters */
    public DialogInterface.OnCancelListener f20633;

    @Override // defpackage.DialogInterfaceOnCancelListenerC0244, android.content.DialogInterface.OnCancelListener
    public final void onCancel(DialogInterface dialogInterface) {
        DialogInterface.OnCancelListener onCancelListener = this.f20633;
        if (onCancelListener != null) {
            onCancelListener.onCancel(dialogInterface);
        }
    }

    @Override // defpackage.DialogInterfaceOnCancelListenerC0244
    /* JADX INFO: renamed from: ᵕʢ */
    public final Dialog mo1441(Bundle bundle) {
        Dialog dialog = this.f20631;
        if (dialog != null) {
            return dialog;
        }
        this.f1798 = false;
        if (this.f20632 == null) {
            Context contextMo2403 = mo2403();
            ᵘᵞʿⁱ.ᵶᵥᵝ(contextMo2403);
            this.f20632 = new AlertDialog.Builder(contextMo2403).create();
        }
        return this.f20632;
    }
}
