discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventDe...

30 lines
1.2 KiB
Java

package com.discord.widgets.guildscheduledevent;
import c0.z.d.o;
import com.discord.api.channel.Channel;
import com.discord.widgets.voice.VoiceUtils;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGuildScheduledEventDetailsBottomSheet.kt */
public final class WidgetGuildScheduledEventDetailsBottomSheet$configureUi$6 extends o implements Function0<Unit> {
public final /* synthetic */ Channel $channel;
public final /* synthetic */ WidgetGuildScheduledEventDetailsBottomSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGuildScheduledEventDetailsBottomSheet$configureUi$6(WidgetGuildScheduledEventDetailsBottomSheet widgetGuildScheduledEventDetailsBottomSheet, Channel channel) {
super(0);
this.this$0 = widgetGuildScheduledEventDetailsBottomSheet;
this.$channel = channel;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo17invoke() {
this.this$0.dismiss();
Channel channel = this.$channel;
if (channel != null) {
VoiceUtils.handleCallChannel(channel, this.this$0);
}
}
}