discord-jadx/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAttachments$...

26 lines
1.2 KiB
Java

package com.discord.widgets.chat.input;
import android.view.View;
import c.b.a.f.a;
import d0.z.d.m;
/* compiled from: WidgetChatInputAttachments.kt */
public final class WidgetChatInputAttachments$configureFlexInputFragment$1$$special$$inlined$apply$lambda$1 implements a {
public final /* synthetic */ WidgetChatInputAttachments$configureFlexInputFragment$1 this$0;
public WidgetChatInputAttachments$configureFlexInputFragment$1$$special$$inlined$apply$lambda$1(WidgetChatInputAttachments$configureFlexInputFragment$1 widgetChatInputAttachments$configureFlexInputFragment$1) {
this.this$0 = widgetChatInputAttachments$configureFlexInputFragment$1;
}
@Override // c.b.a.f.a
public void requestDisplay(View view) {
m.checkNotNullParameter(view, "view");
this.this$0.$fragment.showKeyboard(view);
}
@Override // c.b.a.f.a
public void requestHide() {
WidgetChatInputAttachments$configureFlexInputFragment$1 widgetChatInputAttachments$configureFlexInputFragment$1 = this.this$0;
widgetChatInputAttachments$configureFlexInputFragment$1.$fragment.hideKeyboard(WidgetChatInputAttachments.access$getFlexInputFragment$p(widgetChatInputAttachments$configureFlexInputFragment$1.this$0).k());
}
}