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

18 lines
714 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
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));
}
}