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

18 lines
714 B
Java

package com.discord.widgets.chat.input;
import android.view.KeyEvent;
import android.widget.TextView;
/* compiled from: WidgetChatInputAttachments.kt */
public final class WidgetChatInputAttachments$createAndConfigureExpressionFragment$onBackspacePressedListener$1 implements OnBackspacePressedListener {
public final /* synthetic */ TextView $chatInput;
public WidgetChatInputAttachments$createAndConfigureExpressionFragment$onBackspacePressedListener$1(TextView textView) {
this.$chatInput = textView;
}
@Override // com.discord.widgets.chat.input.OnBackspacePressedListener
public void onBackspacePressed() {
this.$chatInput.dispatchKeyEvent(new KeyEvent(0, 67));
}
}