discord-jadx/app/src/main/java/com/discord/widgets/servers/WidgetServerSettingsSecurit...

24 lines
1.0 KiB
Java

package com.discord.widgets.servers;
import com.discord.widgets.servers.WidgetServerSettingsSecurity;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetServerSettingsSecurity.kt */
public final class WidgetServerSettingsSecurity$ToggleMfaDialog$guildId$2 extends o implements Function0<Long> {
public final /* synthetic */ WidgetServerSettingsSecurity.ToggleMfaDialog this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetServerSettingsSecurity$ToggleMfaDialog$guildId$2(WidgetServerSettingsSecurity.ToggleMfaDialog toggleMfaDialog) {
super(0);
this.this$0 = toggleMfaDialog;
}
/* Return type fixed from 'long' to match base method */
/* JADX WARNING: Unknown variable types count: 1 */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final Long mo1invoke() {
return WidgetServerSettingsSecurity.ToggleMfaDialog.access$getArgumentsOrDefault$p(this.this$0).getLong("ARG_GUILD_ID", -1);
}
}