package androidx.fragment.app;

import android.content.DialogInterface;

/* JADX INFO: loaded from: classes.dex */
public final class r implements DialogInterface.OnDismissListener {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ DialogInterfaceOnCancelListenerC1062t f11703a;

    public r(DialogInterfaceOnCancelListenerC1062t dialogInterfaceOnCancelListenerC1062t) {
        this.f11703a = dialogInterfaceOnCancelListenerC1062t;
    }

    @Override // android.content.DialogInterface.OnDismissListener
    public final void onDismiss(DialogInterface dialogInterface) {
        DialogInterfaceOnCancelListenerC1062t dialogInterfaceOnCancelListenerC1062t = this.f11703a;
        if (dialogInterfaceOnCancelListenerC1062t.mDialog != null) {
            dialogInterfaceOnCancelListenerC1062t.onDismiss(dialogInterfaceOnCancelListenerC1062t.mDialog);
        }
    }
}
