package com.discord.widgets.chat.input.gifpicker; import android.view.View; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: GifViewHolder.kt */ public final class GifViewHolder$SuggestedTerms$configureSearchTerms$1 implements View.OnClickListener { public final /* synthetic */ Function1 $onTermSelected; public final /* synthetic */ String $suggestion; public GifViewHolder$SuggestedTerms$configureSearchTerms$1(Function1 function1, String str) { this.$onTermSelected = function1; this.$suggestion = str; } @Override // android.view.View.OnClickListener public final void onClick(View view) { Function1 function1 = this.$onTermSelected; if (function1 != null) { Unit unit = (Unit) function1.invoke(this.$suggestion); } } }