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

17 lines
558 B
Java

package com.discord.widgets.chat.input;
import android.view.View;
/* compiled from: WidgetChatInput.kt */
public final class WidgetChatInput$configureChatGuard$3 implements View.OnClickListener {
public final /* synthetic */ WidgetChatInput this$0;
public WidgetChatInput$configureChatGuard$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).lurkGuild();
}
}