package com.discord.widgets.chat.input; import androidx.fragment.app.Fragment; import com.lytefast.flexinput.fragment.FlexInputFragment; import d0.z.d.o; import java.util.Objects; import kotlin.jvm.functions.Function0; /* compiled from: WidgetChatInput.kt */ public final class WidgetChatInput$flexInputFragment$2 extends o implements Function0 { public final /* synthetic */ WidgetChatInput this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChatInput$flexInputFragment$2(WidgetChatInput widgetChatInput) { super(0); this.this$0 = widgetChatInput; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final FlexInputFragment mo1invoke() { Fragment findFragmentById = this.this$0.getChildFragmentManager().findFragmentById(2131362515); Objects.requireNonNull(findFragmentById, "null cannot be cast to non-null type com.lytefast.flexinput.fragment.FlexInputFragment"); return (FlexInputFragment) findFragmentById; } }