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

26 lines
1.1 KiB
Java

package com.discord.stores;
import com.discord.models.gifpicker.dto.TrendingGifCategoriesResponseDto;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreGifPicker.kt */
public final class StoreGifPicker$handleFetchGifCategoriesOnNext$1 extends o implements Function0<Unit> {
public final /* synthetic */ TrendingGifCategoriesResponseDto $trendingGifsResponseRaw;
public final /* synthetic */ StoreGifPicker this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreGifPicker$handleFetchGifCategoriesOnNext$1(StoreGifPicker storeGifPicker, TrendingGifCategoriesResponseDto trendingGifCategoriesResponseDto) {
super(0);
this.this$0 = storeGifPicker;
this.$trendingGifsResponseRaw = trendingGifCategoriesResponseDto;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreGifPicker.access$handleTrendingCategoriesResponse(this.this$0, this.$trendingGifsResponseRaw);
StoreGifPicker.access$setFetchingGifCategories$p(this.this$0, false);
}
}