discord-jadx/app/src/main/java/com/discord/widgets/guilds/leave/LeaveGuildDialogViewModel$leaveGuild$3.java

28 lines
1 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package com.discord.widgets.guilds.leave;
2021-11-02 06:38:17 +00:00
import d0.z.d.o;
2021-08-03 07:33:18 +00:00
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: LeaveGuildDialogViewModel.kt */
public final class LeaveGuildDialogViewModel$leaveGuild$3 extends o implements Function1<Void, Unit> {
public final /* synthetic */ LeaveGuildDialogViewModel this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public LeaveGuildDialogViewModel$leaveGuild$3(LeaveGuildDialogViewModel leaveGuildDialogViewModel) {
super(1);
this.this$0 = leaveGuildDialogViewModel;
}
/* 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(Void r1) {
invoke(r1);
return Unit.a;
}
public final void invoke(Void r1) {
LeaveGuildDialogViewModel.access$onLeaveSucceeded(this.this$0);
}
}