package com.discord.widgets.chat.input; import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.api.channel.Channel; import com.discord.models.commands.ApplicationCommand; import com.discord.stores.StoreStream; import d0.t.n; import d0.z.d.m; import j0.k.b; import j0.l.e.j; import java.util.List; import rx.Observable; /* compiled from: WidgetChatInputAutocomplete.kt */ public final class WidgetChatInputAutocomplete$configureDataSubscriptions$3 implements b>> { public static final WidgetChatInputAutocomplete$configureDataSubscriptions$3 INSTANCE = new WidgetChatInputAutocomplete$configureDataSubscriptions$3(); public final Observable> call(Channel channel) { m.checkNotNullExpressionValue(channel, "channel"); return AnimatableValueParser.e1(channel) ? new j(n.emptyList()) : StoreStream.Companion.getApplicationCommands().observeQueryCommands(channel.h()); } }