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

19 lines
627 B
Java

package com.discord.stores;
import d0.t.n;
import rx.functions.Action1;
/* compiled from: StoreGifPicker.kt */
public final class StoreGifPicker$fetchGifsForSearchQuery$2<T> implements Action1<Throwable> {
public final /* synthetic */ String $query;
public final /* synthetic */ StoreGifPicker this$0;
public StoreGifPicker$fetchGifsForSearchQuery$2(StoreGifPicker storeGifPicker, String str) {
this.this$0 = storeGifPicker;
this.$query = str;
}
public final void call(Throwable th) {
StoreGifPicker.access$handleGifSearchResults(this.this$0, this.$query, n.emptyList());
}
}