discord-jadx/app/src/main/java/com/discord/stores/StoreGifPicker$handleFetchT...

26 lines
947 B
Java

package com.discord.stores;
import d0.z.d.o;
import java.util.List;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreGifPicker.kt */
public final class StoreGifPicker$handleFetchTrendingGifsOnNext$1 extends o implements Function0<Unit> {
public final /* synthetic */ List $gifs;
public final /* synthetic */ StoreGifPicker this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreGifPicker$handleFetchTrendingGifsOnNext$1(StoreGifPicker storeGifPicker, List list) {
super(0);
this.this$0 = storeGifPicker;
this.$gifs = list;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreGifPicker.access$updateTrendingCategoryGifs(this.this$0, this.$gifs);
StoreGifPicker.access$setFetchingTrendingCategoryGifs$p(this.this$0, false);
}
}