discord-jadx/app/src/main/java/com/discord/widgets/chat/input/WidgetChatInputAutocomplete...

23 lines
1.2 KiB
Java

package com.discord.widgets.chat.input;
import com.discord.models.commands.ApplicationCommand;
import com.discord.models.commands.ApplicationCommandOption;
import com.discord.widgets.chat.input.applicationcommands.WidgetChatInputApplicationCommands;
/* compiled from: WidgetChatInputAutocomplete.kt */
public final class WidgetChatInputAutocomplete$onClickMentionItem$1 implements Runnable {
public final /* synthetic */ ApplicationCommand $cmd;
public final /* synthetic */ ApplicationCommandOption $opt;
public final /* synthetic */ WidgetChatInputAutocomplete this$0;
public WidgetChatInputAutocomplete$onClickMentionItem$1(WidgetChatInputAutocomplete widgetChatInputAutocomplete, ApplicationCommand applicationCommand, ApplicationCommandOption applicationCommandOption) {
this.this$0 = widgetChatInputAutocomplete;
this.$cmd = applicationCommand;
this.$opt = applicationCommandOption;
}
@Override // java.lang.Runnable
public final void run() {
WidgetChatInputApplicationCommands.showNextOption$default(WidgetChatInputAutocomplete.access$getApplicationCommands$p(this.this$0), this.$cmd, this.$opt, false, 4, null);
}
}