discord-jadx/app/src/main/java/com/discord/stores/StoreGuildMemberCounts$obse...

29 lines
1.1 KiB
Java

package com.discord.stores;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreGuildMemberCounts.kt */
public final class StoreGuildMemberCounts$observeApproximateMemberCount$1 extends o implements Function0<Integer> {
public final /* synthetic */ long $guildId;
public final /* synthetic */ StoreGuildMemberCounts this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreGuildMemberCounts$observeApproximateMemberCount$1(StoreGuildMemberCounts storeGuildMemberCounts, long j) {
super(0);
this.this$0 = storeGuildMemberCounts;
this.$guildId = j;
}
/* Return type fixed from 'int' to match base method */
/* JADX WARNING: Unknown variable types count: 1 */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final Integer mo1invoke() {
Integer num = (Integer) StoreGuildMemberCounts.access$getGuildMemberCountsSnapshot$p(this.this$0).get(Long.valueOf(this.$guildId));
if (num != null) {
return num.intValue();
}
return null;
}
}