package h0;

import android.app.Dialog;
import android.content.DialogInterface;

/* JADX INFO: renamed from: h0.n, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class DialogInterfaceOnCancelListenerC1014n implements DialogInterface.OnCancelListener {

    /* JADX INFO: renamed from: q, reason: collision with root package name */
    public final /* synthetic */ DialogInterfaceOnCancelListenerC1017q f13219q;

    public DialogInterfaceOnCancelListenerC1014n(DialogInterfaceOnCancelListenerC1017q dialogInterfaceOnCancelListenerC1017q) {
        this.f13219q = dialogInterfaceOnCancelListenerC1017q;
    }

    @Override // android.content.DialogInterface.OnCancelListener
    public final void onCancel(DialogInterface dialogInterface) {
        DialogInterfaceOnCancelListenerC1017q dialogInterfaceOnCancelListenerC1017q = this.f13219q;
        Dialog dialog = dialogInterfaceOnCancelListenerC1017q.f13237z0;
        if (dialog != null) {
            dialogInterfaceOnCancelListenerC1017q.onCancel(dialog);
        }
    }
}
