discord-jadx/app/src/main/java/com/discord/stores/StoreMentions$handleConnect...

29 lines
1.3 KiB
Java

package com.discord.stores;
import com.discord.models.domain.ModelReadState;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreMentions.kt */
public final class StoreMentions$handleConnectionOpen$5 extends o implements Function1<ModelReadState, Boolean> {
public final /* synthetic */ StoreMentions this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreMentions$handleConnectionOpen$5(StoreMentions storeMentions) {
super(1);
this.this$0 = storeMentions;
}
/* 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(ModelReadState modelReadState) {
return Boolean.valueOf(invoke(modelReadState));
}
public final boolean invoke(ModelReadState modelReadState) {
m.checkNotNullParameter(modelReadState, "readState");
return !StoreMentions.access$getStoreChannels$p(this.this$0).getChannelNamesInternal$app_productionBetaRelease().containsKey(Long.valueOf(modelReadState.getChannelId()));
}
}