package com.discord.widgets.notice; import android.content.Context; import android.view.View; import com.discord.utilities.view.extensions.ViewExtensions; import com.google.android.material.textfield.TextInputLayout; import d0.z.d.m; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function1; import kotlin.jvm.functions.Function2; /* compiled from: WidgetNoticeDialog.kt */ public final class WidgetNoticeDialog$Companion$showInputModal$1 extends o implements Function1 { public final /* synthetic */ Function2 $onOKClicked; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetNoticeDialog$Companion$showInputModal$1(Function2 function2) { super(1); this.$onOKClicked = function2; } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // kotlin.jvm.functions.Function1 public /* bridge */ /* synthetic */ Unit invoke(View view) { invoke(view); return Unit.a; } public final void invoke(View view) { m.checkNotNullParameter(view, "view"); Function2 function2 = this.$onOKClicked; Context context = view.getContext(); m.checkNotNullExpressionValue(context, "view.context"); View findViewById = view.findViewById(2131365643); m.checkNotNullExpressionValue(findViewById, "view.findViewById(R.id.view_input)"); function2.invoke(context, ViewExtensions.getTextOrEmpty((TextInputLayout) findViewById)); } }