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

20 lines
832 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package com.discord.widgets.chat.input;
import android.view.View;
import com.discord.widgets.chat.input.ChatInputViewModel;
/* compiled from: WidgetChatInput.kt */
public final class WidgetChatInput$configureChatGuard$5 implements View.OnClickListener {
public final /* synthetic */ ChatInputViewModel.ViewState.Loaded $viewState;
public final /* synthetic */ WidgetChatInput this$0;
public WidgetChatInput$configureChatGuard$5(WidgetChatInput widgetChatInput, ChatInputViewModel.ViewState.Loaded loaded) {
this.this$0 = widgetChatInput;
this.$viewState = loaded;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
2021-07-03 23:36:06 +00:00
WidgetChatInput.access$showFollowSheet(this.this$0, this.$viewState.getChannel().h(), this.$viewState.getChannel().f());
2021-06-27 20:44:35 +00:00
}
}