package com.discord.widgets.home; import com.discord.utilities.surveys.SurveyUtils; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetHome.kt */ public final /* synthetic */ class WidgetHome$onViewBoundOrOnResume$5 extends k implements Function1 { public WidgetHome$onViewBoundOrOnResume$5(WidgetHome widgetHome) { super(1, widgetHome, WidgetHome.class, "showSurvey", "showSurvey(Lcom/discord/utilities/surveys/SurveyUtils$Survey;)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(SurveyUtils.Survey survey) { invoke(survey); return Unit.a; } public final void invoke(SurveyUtils.Survey survey) { m.checkNotNullParameter(survey, "p1"); WidgetHome.access$showSurvey((WidgetHome) this.receiver, survey); } }