discord-jadx/app/src/main/java/com/discord/stores/StoreChannelFollowerStats$o...

29 lines
1.3 KiB
Java

package com.discord.stores;
import com.discord.models.domain.ModelChannelFollowerStats;
import com.discord.stores.StoreChannelFollowerStats;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreChannelFollowerStats.kt */
public final class StoreChannelFollowerStats$observeChannelFollowerStats$1 extends o implements Function0<ModelChannelFollowerStats> {
public final /* synthetic */ long $channelId;
public final /* synthetic */ StoreChannelFollowerStats this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreChannelFollowerStats$observeChannelFollowerStats$1(StoreChannelFollowerStats storeChannelFollowerStats, long j) {
super(0);
this.this$0 = storeChannelFollowerStats;
this.$channelId = j;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final ModelChannelFollowerStats mo1invoke() {
StoreChannelFollowerStats.ChannelFollowerStatData channelFollowerStatData = (StoreChannelFollowerStats.ChannelFollowerStatData) StoreChannelFollowerStats.access$getChannelFollowerStatsStateSnapshot$p(this.this$0).get(Long.valueOf(this.$channelId));
if (channelFollowerStatData != null) {
return channelFollowerStatData.getData();
}
return null;
}
}