discord-jadx/app/src/main/java/com/discord/stores/StoreMessagesLoader$handleC...

23 lines
1.1 KiB
Java

package com.discord.stores;
import com.discord.stores.StoreChat;
import com.discord.stores.StoreMessagesLoader;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreMessagesLoader.kt */
public final class StoreMessagesLoader$handleChatInteraction$1$1 extends o implements Function1<StoreMessagesLoader.ChannelLoadedState, StoreMessagesLoader.ChannelLoadedState> {
public final /* synthetic */ StoreChat.InteractionState $this_apply;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreMessagesLoader$handleChatInteraction$1$1(StoreChat.InteractionState interactionState) {
super(1);
this.$this_apply = interactionState;
}
public final StoreMessagesLoader.ChannelLoadedState invoke(StoreMessagesLoader.ChannelLoadedState channelLoadedState) {
m.checkNotNullParameter(channelLoadedState, "it");
return StoreMessagesLoader.ChannelLoadedState.copy$default(channelLoadedState, false, false, false, this.$this_apply.isTouchedSinceLastJump(), null, 23, null);
}
}