package com.discord.utilities.user; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: UserRequestManager.kt */ public final class UserRequestManager$requestUser$2 extends o implements Function0 { public final /* synthetic */ long $userId; public final /* synthetic */ UserRequestManager this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public UserRequestManager$requestUser$2(UserRequestManager userRequestManager, long j) { super(0); this.this$0 = userRequestManager; this.$userId = j; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { UserRequestManager.access$onRequestEnded(this.this$0, this.$userId); } }