discord-jadx/app/src/main/java/com/discord/widgets/voice/controls/WidgetScreenShareNfxSheet$b...

33 lines
1.5 KiB
Java

package com.discord.widgets.voice.controls;
import android.view.View;
import android.widget.TextView;
import androidx.core.widget.NestedScrollView;
import com.discord.databinding.WidgetScreenShareNfxSheetBinding;
import com.google.android.material.button.MaterialButton;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetScreenShareNfxSheet.kt */
public final /* synthetic */ class WidgetScreenShareNfxSheet$binding$2 extends k implements Function1<View, WidgetScreenShareNfxSheetBinding> {
public static final WidgetScreenShareNfxSheet$binding$2 INSTANCE = new WidgetScreenShareNfxSheet$binding$2();
public WidgetScreenShareNfxSheet$binding$2() {
super(1, WidgetScreenShareNfxSheetBinding.class, "bind", "bind(Landroid/view/View;)Lcom/discord/databinding/WidgetScreenShareNfxSheetBinding;", 0);
}
public final WidgetScreenShareNfxSheetBinding invoke(View view) {
m.checkNotNullParameter(view, "p1");
int i = 2131364622;
TextView textView = (TextView) view.findViewById(2131364622);
if (textView != null) {
i = 2131364623;
MaterialButton materialButton = (MaterialButton) view.findViewById(2131364623);
if (materialButton != null) {
return new WidgetScreenShareNfxSheetBinding((NestedScrollView) view, textView, materialButton);
}
}
throw new NullPointerException("Missing required view with ID: ".concat(view.getResources().getResourceName(i)));
}
}