package com.discord.stores; import com.discord.stores.StoreMessagesLoader; import j0.k.b; import java.util.Map; /* compiled from: StoreMessagesLoader.kt */ public final class StoreMessagesLoader$getMessagesLoadedState$1 implements b, StoreMessagesLoader.ChannelLoadedState> { public final /* synthetic */ long $channelId; public StoreMessagesLoader$getMessagesLoadedState$1(long j) { this.$channelId = j; } public final StoreMessagesLoader.ChannelLoadedState call(Map map) { StoreMessagesLoader.ChannelLoadedState channelLoadedState = map.get(Long.valueOf(this.$channelId)); return channelLoadedState != null ? channelLoadedState : new StoreMessagesLoader.ChannelLoadedState(false, false, false, false, null, 31, null); } /* 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 // j0.k.b public /* bridge */ /* synthetic */ StoreMessagesLoader.ChannelLoadedState call(Map map) { return call((Map) map); } }