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

27 lines
1.1 KiB
Java

package com.discord.stores;
import d0.z.d.k;
import d0.z.d.m;
import java.util.List;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: StoreGifPicker.kt */
public final /* synthetic */ class StoreGifPicker$fetchGifTrendingSearchTerms$2 extends k implements Function1<List<? extends String>, Unit> {
public StoreGifPicker$fetchGifTrendingSearchTerms$2(StoreGifPicker storeGifPicker) {
super(1, storeGifPicker, StoreGifPicker.class, "handleFetchTrendingSearchTermsOnNext", "handleFetchTrendingSearchTermsOnNext(Ljava/util/List;)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(List<? extends String> list) {
invoke((List<String>) list);
return Unit.a;
}
public final void invoke(List<String> list) {
m.checkNotNullParameter(list, "p1");
StoreGifPicker.access$handleFetchTrendingSearchTermsOnNext((StoreGifPicker) this.receiver, list);
}
}