discord-jadx/app/src/main/java/com/discord/stores/StoreThreadDraft$setDraftSt...

25 lines
970 B
Java

package com.discord.stores;
import com.discord.stores.StoreThreadDraft;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreThreadDraft.kt */
public final class StoreThreadDraft$setDraftState$1 extends o implements Function0<Unit> {
public final /* synthetic */ StoreThreadDraft.ThreadDraftState $draftState;
public final /* synthetic */ StoreThreadDraft this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreThreadDraft$setDraftState$1(StoreThreadDraft storeThreadDraft, StoreThreadDraft.ThreadDraftState threadDraftState) {
super(0);
this.this$0 = storeThreadDraft;
this.$draftState = threadDraftState;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreThreadDraft.access$getDraftStateSubject$p(this.this$0).onNext(this.$draftState);
}
}