discord-jadx/app/src/main/java/com/discord/stores/StoreChat$setInteractionSta...

26 lines
950 B
Java

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