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

23 lines
854 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$clearDraftState$1 extends o implements Function0<Unit> {
public final /* synthetic */ StoreThreadDraft this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreThreadDraft$clearDraftState$1(StoreThreadDraft storeThreadDraft) {
super(0);
this.this$0 = storeThreadDraft;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreThreadDraft.access$getDraftStateSubject$p(this.this$0).onNext(new StoreThreadDraft.ThreadDraftState(false, null, null, false, 15, null));
}
}