discord-jadx/app/src/main/java/com/discord/stores/StoreMessagesLoader$jumpToM...

26 lines
940 B
Java

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