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

32 lines
1021 B
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 */
/* loaded from: classes3.dex */
public final class h extends o implements Function1<View, Unit> {
public final /* synthetic */ FlexInputFragment this$0;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public h(FlexInputFragment flexInputFragment) {
super(1);
this.this$0 = flexInputFragment;
}
@Override // kotlin.jvm.functions.Function1
public Unit invoke(View view) {
m.checkNotNullParameter(view, "it");
FlexInputViewModel flexInputViewModel = this.this$0.f3138s;
if (flexInputViewModel != null) {
f.O0(flexInputViewModel, false, 1, null);
}
return Unit.a;
}
}