discord-jadx/app/src/main/java/com/discord/widgets/friends/WidgetFriendsFindNearby$bin...

51 lines
2.4 KiB
Java

package com.discord.widgets.friends;
import android.view.View;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
import androidx.recyclerview.widget.RecyclerView;
import com.discord.databinding.WidgetFriendsNearbyBinding;
import com.discord.rlottie.RLottieImageView;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetFriendsFindNearby.kt */
public final /* synthetic */ class WidgetFriendsFindNearby$binding$2 extends k implements Function1<View, WidgetFriendsNearbyBinding> {
public static final WidgetFriendsFindNearby$binding$2 INSTANCE = new WidgetFriendsFindNearby$binding$2();
public WidgetFriendsFindNearby$binding$2() {
super(1, WidgetFriendsNearbyBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetFriendsNearbyBinding;", 0);
}
public final WidgetFriendsNearbyBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131364042;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131364042);
if (materialButton != null) {
i = 2131364043;
TextView textView = (TextView) view.findViewById(2131364043);
if (textView != null) {
i = 2131364044;
RecyclerView recyclerView = (RecyclerView) view.findViewById(2131364044);
if (recyclerView != null) {
i = 2131364045;
TextView textView2 = (TextView) view.findViewById(2131364045);
if (textView2 != null) {
i = 2131364046;
RLottieImageView rLottieImageView = (RLottieImageView) view.findViewById(2131364046);
if (rLottieImageView != null) {
i = 2131364047;
TextView textView3 = (TextView) view.findViewById(2131364047);
if (textView3 != null) {
return new WidgetFriendsNearbyBinding((NestedScrollView) view, materialButton, textView, recyclerView, textView2, rLottieImageView, textView3);
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}