discord-jadx/app/src/main/java/com/discord/stores/StoreUser$userRequestManage...

52 lines
2.0 KiB
Java

package com.discord.stores;
import com.discord.api.user.User;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreUser.kt */
public final class StoreUser$userRequestManager$1 extends o implements Function1<User, Unit> {
public final /* synthetic */ StoreUser this$0;
/* compiled from: StoreUser.kt */
/* renamed from: com.discord.stores.StoreUser$userRequestManager$1$1 reason: invalid class name */
public static final class AnonymousClass1 extends o implements Function0<Unit> {
public final /* synthetic */ User $user;
public final /* synthetic */ StoreUser$userRequestManager$1 this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public AnonymousClass1(StoreUser$userRequestManager$1 storeUser$userRequestManager$1, User user) {
super(0);
this.this$0 = storeUser$userRequestManager$1;
this.$user = user;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreUser.access$getNotifyUserUpdated$p(this.this$0.this$0).invoke(this.$user);
}
}
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreUser$userRequestManager$1(StoreUser storeUser) {
super(1);
this.this$0 = storeUser;
}
/* 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(User user) {
invoke(user);
return Unit.a;
}
public final void invoke(User user) {
m.checkNotNullParameter(user, "user");
StoreUser.access$getDispatcher$p(this.this$0).schedule(new AnonymousClass1(this, user));
}
}