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

27 lines
1.4 KiB
Java

package com.discord.stores;
import com.discord.models.gifpicker.dto.TrendingGifCategoriesResponseDto;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreGifPicker.kt */
public final /* synthetic */ class StoreGifPicker$fetchGifCategories$2 extends k implements Function1<TrendingGifCategoriesResponseDto, Unit> {
public StoreGifPicker$fetchGifCategories$2(StoreGifPicker storeGifPicker) {
super(1, storeGifPicker, StoreGifPicker.class, "handleFetchGifCategoriesOnNext", "handleFetchGifCategoriesOnNext(Lcom/discord/models/gifpicker/dto/TrendingGifCategoriesResponseDto;)V", 0);
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(TrendingGifCategoriesResponseDto trendingGifCategoriesResponseDto) {
invoke(trendingGifCategoriesResponseDto);
return Unit.a;
}
public final void invoke(TrendingGifCategoriesResponseDto trendingGifCategoriesResponseDto) {
m.checkNotNullParameter(trendingGifCategoriesResponseDto, "p1");
StoreGifPicker.access$handleFetchGifCategoriesOnNext((StoreGifPicker) this.receiver, trendingGifCategoriesResponseDto);
}
}