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

17 lines
585 B
Java

package com.discord.widgets.chat.input;
import android.view.View;
/* compiled from: WidgetChatInput.kt */
public final class WidgetChatInput$configureContextBarReplying$3 implements View.OnClickListener {
public final /* synthetic */ WidgetChatInput this$0;
public WidgetChatInput$configureContextBarReplying$3(WidgetChatInput widgetChatInput) {
this.this$0 = widgetChatInput;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetChatInput.access$getViewModel$p(this.this$0).deletePendingReply();
}
}