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

27 lines
1.0 KiB
Java

package com.discord.utilities;
import d0.z.d.o;
import java.util.Set;
import kotlin.jvm.functions.Function1;
/* compiled from: ShareUtils.kt */
public final class ShareUtils$updateDirectShareTargets$3$pinnedOnlyShortcutChannels$3 extends o implements Function1<Long, Boolean> {
public final /* synthetic */ Set $directShareChannelIds;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public ShareUtils$updateDirectShareTargets$3$pinnedOnlyShortcutChannels$3(Set set) {
super(1);
this.$directShareChannelIds = set;
}
/* 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 */ Boolean invoke(Long l) {
return Boolean.valueOf(invoke(l.longValue()));
}
public final boolean invoke(long j) {
return !this.$directShareChannelIds.contains(Long.valueOf(j));
}
}