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

17 lines
590 B
Java

package com.discord.widgets.chat.input;
import android.view.View;
/* compiled from: WidgetChatInput.kt */
public final class WidgetChatInput$configureContextBarEditing$1 implements View.OnClickListener {
public final /* synthetic */ WidgetChatInput this$0;
public WidgetChatInput$configureContextBarEditing$1(WidgetChatInput widgetChatInput) {
this.this$0 = widgetChatInput;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetChatInput.clearInput$default(this.this$0, Boolean.FALSE, false, 2, null);
}
}