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

22 lines
834 B
Java

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