discord-jadx/app/src/main/java/com/discord/utilities/ShareUtils$updateDirectShar...

28 lines
1.0 KiB
Java

package com.discord.utilities;
import com.discord.api.channel.Channel;
import d0.z.d.o;
import java.util.Map;
import kotlin.jvm.functions.Function1;
/* compiled from: ShareUtils.kt */
public final class ShareUtils$updateDirectShareTargets$3$pinnedOnlyShortcutChannels$4 extends o implements Function1<Long, Channel> {
public final /* synthetic */ Map $channelsById;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public ShareUtils$updateDirectShareTargets$3$pinnedOnlyShortcutChannels$4(Map map) {
super(1);
this.$channelsById = map;
}
public final Channel invoke(long j) {
return (Channel) this.$channelsById.get(Long.valueOf(j));
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Channel invoke(Long l) {
return invoke(l.longValue());
}
}