package ie;

import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.constraintlayout.widget.ConstraintLayout;
import org.drive_hunter.R;

/* JADX INFO: loaded from: classes3.dex */
public final class j4 implements v3.a {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final ConstraintLayout f27081a;

    public j4(ConstraintLayout constraintLayout) {
        this.f27081a = constraintLayout;
    }

    @NonNull
    public static j4 inflate(@NonNull LayoutInflater layoutInflater, @Nullable ViewGroup viewGroup, boolean z10) {
        View viewInflate = layoutInflater.inflate(R.layout.layout_foot_no_more, viewGroup, false);
        if (z10) {
            viewGroup.addView(viewInflate);
        }
        if (viewInflate != null) {
            return new j4((ConstraintLayout) viewInflate);
        }
        throw new NullPointerException("rootView");
    }

    @Override // v3.a
    public final View getRoot() {
        return this.f27081a;
    }
}
