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

33 lines
1.1 KiB
Java

package c.b.a.a;
import android.view.View;
import c.i.a.f.e.o.c;
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.r;
if (flexInputViewModel != null) {
c.c0(flexInputViewModel, false, 1, null);
}
return Unit.a;
}
}