discord-jadx/app/src/main/java/com/discord/widgets/mobile_reports/MobileReportsViewModel$hand...

34 lines
1.4 KiB
Java

package com.discord.widgets.mobile_reports;
import com.discord.api.report.ReportNodeChild;
import com.discord.widgets.mobile_reports.MobileReportsViewModel;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: MobileReportsViewModel.kt */
public final class MobileReportsViewModel$handleSubmit$1 extends o implements Function1<Unit, Unit> {
public final /* synthetic */ MobileReportsViewModel.ViewState.Menu $currentViewState;
public final /* synthetic */ MobileReportsViewModel this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public MobileReportsViewModel$handleSubmit$1(MobileReportsViewModel mobileReportsViewModel, MobileReportsViewModel.ViewState.Menu menu) {
super(1);
this.this$0 = mobileReportsViewModel;
this.$currentViewState = menu;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(Unit unit) {
invoke(unit);
return Unit.a;
}
public final void invoke(Unit unit) {
m.checkNotNullParameter(unit, "it");
this.this$0.handleNext(new ReportNodeChild("", this.$currentViewState.getMenu().e()), null);
}
}