discord-jadx/app/src/main/java/com/discord/widgets/chat/list/adapter/WidgetChatListAdapterEvents...

25 lines
1.2 KiB
Java

package com.discord.widgets.chat.list.adapter;
import com.discord.widgets.voice.fullscreen.WidgetCallFullscreen;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetChatListAdapterEventsHandler.kt */
public final class WidgetChatListAdapterEventsHandler$onCallMessageClicked$1 extends o implements Function0<Unit> {
public final /* synthetic */ long $voiceChannelId;
public final /* synthetic */ WidgetChatListAdapterEventsHandler this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetChatListAdapterEventsHandler$onCallMessageClicked$1(WidgetChatListAdapterEventsHandler widgetChatListAdapterEventsHandler, long j) {
super(0);
this.this$0 = widgetChatListAdapterEventsHandler;
this.$voiceChannelId = j;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
WidgetCallFullscreen.Companion.launch$default(WidgetCallFullscreen.Companion, WidgetChatListAdapterEventsHandler.access$getContext$p(this.this$0), this.$voiceChannelId, true, null, null, 24, null);
}
}