discord-jadx/app/src/main/java/com/discord/widgets/share/WidgetIncomingShare$onSendC...

31 lines
1.4 KiB
Java

package com.discord.widgets.share;
import com.airbnb.lottie.parser.AnimatableValueParser;
import com.discord.api.channel.Channel;
import com.discord.models.user.User;
import com.discord.widgets.user.search.WidgetGlobalSearchModel;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetIncomingShare.kt */
public final class WidgetIncomingShare$onSendClicked$filter$2 extends o implements Function1<Channel, Boolean> {
public final /* synthetic */ WidgetGlobalSearchModel.ItemDataPayload $receiver;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetIncomingShare$onSendClicked$filter$2(WidgetGlobalSearchModel.ItemDataPayload itemDataPayload) {
super(1);
this.$receiver = itemDataPayload;
}
/* 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(Channel channel) {
return Boolean.valueOf(invoke(channel));
}
public final boolean invoke(Channel channel) {
User v0;
return (channel == null || (v0 = AnimatableValueParser.v0(channel)) == null || v0.getId() != ((WidgetGlobalSearchModel.ItemUser) this.$receiver).getUser().getId()) ? false : true;
}
}