package com.discord.stores; import com.discord.api.user.User; import d0.z.d.o; import kotlin.Unit; import kotlin.jvm.functions.Function0; /* compiled from: StoreUserProfile.kt */ public final class StoreUserProfile$updateUser$1 extends o implements Function0 { public final /* synthetic */ User $user; public final /* synthetic */ StoreUserProfile this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public StoreUserProfile$updateUser$1(StoreUserProfile storeUserProfile, User user) { super(0); this.this$0 = storeUserProfile; this.$user = user; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final void mo1invoke() { StoreUserProfile.access$handleUser(this.this$0, this.$user); } }