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

25 lines
998 B
Java

package com.discord.stores;
import com.discord.stores.StoreStickers;
import d0.t.u;
import d0.z.d.o;
import java.util.List;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreStickers.kt */
public final class StoreStickers$observeStickerPacks$1 extends o implements Function0<List<? extends StoreStickers.StickerPackState>> {
public final /* synthetic */ StoreStickers this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreStickers$observeStickerPacks$1(StoreStickers storeStickers) {
super(0);
this.this$0 = storeStickers;
}
/* Return type fixed from 'java.util.List<com.discord.stores.StoreStickers$StickerPackState>' to match base method */
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final List<? extends StoreStickers.StickerPackState> mo1invoke() {
return u.toList(StoreStickers.access$getStickerPacks$p(this.this$0).values());
}
}