discord-jadx/app/src/main/java/com/discord/utilities/user/UserRequestManager$requestUser$2.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

23 lines
831 B
Java

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<Unit> {
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);
}
}