discord-jadx/app/src/main/java/b/b/a/a/h.java

33 lines
1.1 KiB
Java

package b.b.a.a;
import android.view.View;
import b.i.a.f.e.o.f;
import com.lytefast.flexinput.fragment.FlexInputFragment;
import com.lytefast.flexinput.viewmodel.FlexInputViewModel;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: FlexInputFragment.kt */
public final class h extends o implements Function1<View, Unit> {
public final /* synthetic */ FlexInputFragment this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public h(FlexInputFragment flexInputFragment) {
super(1);
this.this$0 = flexInputFragment;
}
/* 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 Unit invoke(View view) {
m.checkNotNullParameter(view, "it");
FlexInputViewModel flexInputViewModel = this.this$0.f3128s;
if (flexInputViewModel != null) {
f.O0(flexInputViewModel, false, 1, null);
}
return Unit.a;
}
}