discord-jadx/app/src/main/java/com/discord/widgets/user/usersheet/WidgetUserSheet$onViewCreat...

22 lines
737 B
Java

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