package com.discord.utilities.channel; import com.airbnb.lottie.parser.AnimatableValueParser; import com.discord.api.channel.Channel; import com.discord.api.channel.ChannelUtils$getSortByNameAndType$1; import java.util.Comparator; import java.util.Map; /* compiled from: GuildChannelsInfo.kt */ public final class GuildChannelsInfo$getSortedCategories$sortedCategories$1 implements Comparator { public final /* synthetic */ Map $guildChannels; public GuildChannelsInfo$getSortedCategories$sortedCategories$1(Map map) { this.$guildChannels = map; } /* JADX DEBUG: Multi-variable search result rejected for r0v2, resolved type: com.discord.api.channel.ChannelUtils$getSortByNameAndType$1 */ /* JADX WARN: Multi-variable type inference failed */ public final int compare(Long l, Long l2) { return ((ChannelUtils$getSortByNameAndType$1) AnimatableValueParser.K0(Channel.Companion)).compare(this.$guildChannels.get(l), this.$guildChannels.get(l2)); } }