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

25 lines
886 B
Java

package com.discord.stores;
import com.discord.stores.StoreNux;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreNux.kt */
public final class StoreNux$clearNux$1 extends o implements Function0<Unit> {
public final /* synthetic */ StoreNux this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreNux$clearNux$1(StoreNux storeNux) {
super(0);
this.this$0 = storeNux;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreNux.access$setNuxState$p(this.this$0, new StoreNux.NuxState(false, false, false, false, false, null, 63, null));
StoreNux storeNux = this.this$0;
StoreNux.access$publishNuxUpdated(storeNux, StoreNux.access$getNuxState$p(storeNux));
}
}