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

40 lines
1.7 KiB
Java

package com.discord.widgets.guilds.profile;
import android.view.View;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetGuildProfileSheet.kt */
public final class WidgetGuildProfileSheet$showChangeNicknameDialog$3 implements View.OnClickListener {
public final /* synthetic */ long $guildId;
public final /* synthetic */ WidgetGuildProfileSheet this$0;
/* compiled from: WidgetGuildProfileSheet.kt */
/* renamed from: com.discord.widgets.guilds.profile.WidgetGuildProfileSheet$showChangeNicknameDialog$3$1 reason: invalid class name */
public static final class AnonymousClass1 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetGuildProfileSheet$showChangeNicknameDialog$3 this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public AnonymousClass1(WidgetGuildProfileSheet$showChangeNicknameDialog$3 widgetGuildProfileSheet$showChangeNicknameDialog$3) {
super(0);
this.this$0 = widgetGuildProfileSheet$showChangeNicknameDialog$3;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
WidgetGuildProfileSheet.access$dismissAlert(this.this$0.this$0);
}
}
public WidgetGuildProfileSheet$showChangeNicknameDialog$3(WidgetGuildProfileSheet widgetGuildProfileSheet, long j) {
this.this$0 = widgetGuildProfileSheet;
this.$guildId = j;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
WidgetGuildProfileSheet.access$getViewModel$p(this.this$0).onClickResetNickname(this.$guildId, new AnonymousClass1(this));
}
}