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

26 lines
1004 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$handleFetchTrendingSearchTermsOnNext$1 extends o implements Function0<Unit> {
public final /* synthetic */ List $trendingSearchTerms;
public final /* synthetic */ StoreGifPicker this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreGifPicker$handleFetchTrendingSearchTermsOnNext$1(StoreGifPicker storeGifPicker, List list) {
super(0);
this.this$0 = storeGifPicker;
this.$trendingSearchTerms = list;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StoreGifPicker.access$updateTrendingSearchTerms(this.this$0, this.$trendingSearchTerms);
StoreGifPicker.access$setFetchingTrendingSearchTerms$p(this.this$0, false);
}
}