discord-jadx/app/src/main/java/com/discord/widgets/guilds/profile/WidgetGuildProfileSheet$onV...

22 lines
803 B
Java

package com.discord.widgets.guilds.profile;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGuildProfileSheet.kt */
public final class WidgetGuildProfileSheet$onViewCreated$3 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetGuildProfileSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetGuildProfileSheet$onViewCreated$3(WidgetGuildProfileSheet widgetGuildProfileSheet) {
super(0);
this.this$0 = widgetGuildProfileSheet;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
WidgetGuildProfileSheet.access$getViewModel$p(this.this$0).onClickEmoji();
}
}