package com.discord.widgets.announcements; import com.discord.utilities.error.Error; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetChannelFollowSheetViewModel.kt */ public final /* synthetic */ class WidgetChannelFollowSheetViewModel$followChannel$1 extends k implements Function1 { public WidgetChannelFollowSheetViewModel$followChannel$1(WidgetChannelFollowSheetViewModel widgetChannelFollowSheetViewModel) { super(1, widgetChannelFollowSheetViewModel, WidgetChannelFollowSheetViewModel.class, "handleChannelFollowError", "handleChannelFollowError(Lcom/discord/utilities/error/Error;)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(Error error) { invoke(error); return Unit.a; } public final void invoke(Error error) { m.checkNotNullParameter(error, "p1"); WidgetChannelFollowSheetViewModel.access$handleChannelFollowError((WidgetChannelFollowSheetViewModel) this.receiver, error); } }