discord-jadx/app/src/main/java/com/discord/stores/StoreStageChannels$stageCha...

26 lines
906 B
Java

package com.discord.stores;
import com.airbnb.lottie.parser.AnimatableValueParser;
import com.discord.api.channel.Channel;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreStageChannels.kt */
public final class StoreStageChannels$stageChannelIdsInGuildForDispatch$1 extends o implements Function1<Channel, Long> {
public static final StoreStageChannels$stageChannelIdsInGuildForDispatch$1 INSTANCE = new StoreStageChannels$stageChannelIdsInGuildForDispatch$1();
public StoreStageChannels$stageChannelIdsInGuildForDispatch$1() {
super(1);
}
public final Long invoke(Channel channel) {
m.checkNotNullParameter(channel, "channel");
Long valueOf = Long.valueOf(channel.g());
valueOf.longValue();
if (AnimatableValueParser.u1(channel)) {
return valueOf;
}
return null;
}
}