discord-jadx/app/src/main/java/com/discord/widgets/tos/WidgetTosReportViolation$ar...

23 lines
1.3 KiB
Java

package com.discord.widgets.tos;
import com.discord.utilities.intent.IntentUtilsKt;
import com.discord.widgets.tos.WidgetTosReportViolation;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetTosReportViolation.kt */
public final class WidgetTosReportViolation$args$2 extends o implements Function0<WidgetTosReportViolation.Companion.Arguments> {
public final /* synthetic */ WidgetTosReportViolation this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetTosReportViolation$args$2(WidgetTosReportViolation widgetTosReportViolation) {
super(0);
this.this$0 = widgetTosReportViolation;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final WidgetTosReportViolation.Companion.Arguments mo1invoke() {
return new WidgetTosReportViolation.Companion.Arguments(IntentUtilsKt.getStringExtraOrDefault$default(WidgetTosReportViolation.access$getMostRecentIntent$p(this.this$0), "EXTRA_TARGET", null, 2, null), WidgetTosReportViolation.access$getMostRecentIntent$p(this.this$0).getLongExtra("EXTRA_CHANNEL_ID", 0), WidgetTosReportViolation.access$getMostRecentIntent$p(this.this$0).getLongExtra("EXTRA_MESSAGE_ID", 0));
}
}