discord-jadx/app/src/main/java/com/discord/stores/StoreStickers$observeSticke...

25 lines
1.1 KiB
Java

package com.discord.stores;
import com.discord.stores.StoreStickers;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreStickers.kt */
public final class StoreStickers$observeStickerPack$2 extends o implements Function0<StoreStickers.StickerPackState> {
public final /* synthetic */ long $stickerPackId;
public final /* synthetic */ StoreStickers this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreStickers$observeStickerPack$2(StoreStickers storeStickers, long j) {
super(0);
this.this$0 = storeStickers;
this.$stickerPackId = j;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final StoreStickers.StickerPackState mo1invoke() {
StoreStickers.StickerPackState stickerPackState = (StoreStickers.StickerPackState) StoreStickers.access$getStickerPacks$p(this.this$0).get(Long.valueOf(this.$stickerPackId));
return stickerPackState != null ? stickerPackState : StoreStickers.StickerPackState.Unknown.INSTANCE;
}
}