discord-jadx/app/src/main/java/com/discord/stores/StoreNux$setPostRegisterWit...

22 lines
794 B
Java

package com.discord.stores;
import com.discord.stores.StoreNux;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreNux.kt */
public final class StoreNux$setPostRegisterWithInvite$1 extends o implements Function1<StoreNux.NuxState, StoreNux.NuxState> {
public final /* synthetic */ boolean $value;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreNux$setPostRegisterWithInvite$1(boolean z2) {
super(1);
this.$value = z2;
}
public final StoreNux.NuxState invoke(StoreNux.NuxState nuxState) {
m.checkNotNullParameter(nuxState, "it");
return StoreNux.NuxState.copy$default(nuxState, false, this.$value, false, false, false, null, 61, null);
}
}