discord-jadx/app/src/main/java/com/discord/widgets/guildscheduledevent/WidgetGuildScheduledEventListBottomSheet$previewLauncher$1.java
2021-10-15 08:18:26 +02:00

21 lines
880 B
Java

package com.discord.widgets.guildscheduledevent;
import c0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGuildScheduledEventListBottomSheet.kt */
public final class WidgetGuildScheduledEventListBottomSheet$previewLauncher$1 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetGuildScheduledEventListBottomSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGuildScheduledEventListBottomSheet$previewLauncher$1(WidgetGuildScheduledEventListBottomSheet widgetGuildScheduledEventListBottomSheet) {
super(0);
this.this$0 = widgetGuildScheduledEventListBottomSheet;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo17invoke() {
this.this$0.dismiss();
}
}