package androidx.fragment.app;

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

/* JADX INFO: renamed from: androidx.fragment.app.s, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class DialogInterfaceOnCancelListenerC0286s implements DialogInterface.OnCancelListener {

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final /* synthetic */ DialogInterfaceOnCancelListenerC0290w f4373k;

    public DialogInterfaceOnCancelListenerC0286s(DialogInterfaceOnCancelListenerC0290w dialogInterfaceOnCancelListenerC0290w) {
        this.f4373k = dialogInterfaceOnCancelListenerC0290w;
    }

    @Override // android.content.DialogInterface.OnCancelListener
    public final void onCancel(DialogInterface dialogInterface) {
        DialogInterfaceOnCancelListenerC0290w dialogInterfaceOnCancelListenerC0290w = this.f4373k;
        Dialog dialog = dialogInterfaceOnCancelListenerC0290w.f4396t;
        if (dialog != null) {
            dialogInterfaceOnCancelListenerC0290w.onCancel(dialog);
        }
    }
}
