discord-jadx/app/src/main/java/com/discord/widgets/channels/WidgetChannelSidebarActions...

20 lines
986 B
Java

package com.discord.widgets.channels;
import android.view.View;
import com.discord.widgets.channels.WidgetChannelSidebarActionsViewModel;
/* compiled from: WidgetChannelSidebarActions.kt */
public final class WidgetChannelSidebarActions$configureUI$2 implements View.OnClickListener {
public final /* synthetic */ WidgetChannelSidebarActionsViewModel.ViewState $viewState;
public final /* synthetic */ WidgetChannelSidebarActions this$0;
public WidgetChannelSidebarActions$configureUI$2(WidgetChannelSidebarActions widgetChannelSidebarActions, WidgetChannelSidebarActionsViewModel.ViewState viewState) {
this.this$0 = widgetChannelSidebarActions;
this.$viewState = viewState;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetChannelSidebarActions.access$startPrivateCall(this.this$0, ((WidgetChannelSidebarActionsViewModel.ViewState.Private) this.$viewState).getChannelId(), true);
}
}