package com.discord.widgets.chat.list; import android.view.View; import androidx.recyclerview.widget.RecyclerView; import com.discord.databinding.WidgetChatListBinding; import d0.z.d.k; import d0.z.d.m; import java.util.Objects; import kotlin.jvm.functions.Function1; /* compiled from: WidgetChatList.kt */ public final /* synthetic */ class WidgetChatList$binding$2 extends k implements Function1 { public static final WidgetChatList$binding$2 INSTANCE = new WidgetChatList$binding$2(); public WidgetChatList$binding$2() { super(1, WidgetChatListBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetChatListBinding;", 0); } public final WidgetChatListBinding invoke(View view) { m.checkNotNullParameter(view, "p1"); Objects.requireNonNull(view, "rootView"); RecyclerView recyclerView = (RecyclerView) view; return new WidgetChatListBinding(recyclerView, recyclerView); } }