discord-jadx/app/src/main/java/com/discord/widgets/settings/WidgetSettingsLanguage$bind...

51 lines
2.4 KiB
Java

package com.discord.widgets.settings;
import android.view.View;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.coordinatorlayout.widget.CoordinatorLayout;
import com.discord.databinding.WidgetSettingsLanguageBinding;
import com.discord.views.CheckedSetting;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetSettingsLanguage.kt */
public final /* synthetic */ class WidgetSettingsLanguage$binding$2 extends k implements Function1<View, WidgetSettingsLanguageBinding> {
public static final WidgetSettingsLanguage$binding$2 INSTANCE = new WidgetSettingsLanguage$binding$2();
public WidgetSettingsLanguage$binding$2() {
super(1, WidgetSettingsLanguageBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetSettingsLanguageBinding;", 0);
}
public final WidgetSettingsLanguageBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131364958;
RelativeLayout relativeLayout = (RelativeLayout) view.findViewById(2131364958);
if (relativeLayout != null) {
i = 2131364959;
ImageView imageView = (ImageView) view.findViewById(2131364959);
if (imageView != null) {
i = 2131364960;
TextView textView = (TextView) view.findViewById(2131364960);
if (textView != null) {
i = 2131364961;
TextView textView2 = (TextView) view.findViewById(2131364961);
if (textView2 != null) {
i = 2131364965;
CheckedSetting checkedSetting = (CheckedSetting) view.findViewById(2131364965);
if (checkedSetting != null) {
i = 2131364966;
TextView textView3 = (TextView) view.findViewById(2131364966);
if (textView3 != null) {
return new WidgetSettingsLanguageBinding((CoordinatorLayout) view, relativeLayout, imageView, textView, textView2, checkedSetting, textView3);
}
}
}
}
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}