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

30 lines
1.0 KiB
Java

package c.b.a.a;
import android.util.Log;
import com.lytefast.flexinput.fragment.FlexInputFragment;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: FlexInputFragment.kt */
public final class j extends o implements Function1<Integer, Unit> {
public final /* synthetic */ FlexInputFragment this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public j(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(Integer num) {
try {
FlexInputFragment.g(this.this$0, num.intValue());
} catch (Exception e) {
Log.d(FlexInputFragment.j, "Could not open AddContentDialogFragment", e);
}
return Unit.a;
}
}