package com.discord.widgets.changelog; import android.content.Context; import c0.t.g0; import c0.z.d.m; import c0.z.d.o; import com.discord.utilities.uri.UriHandler; import kotlin.Unit; import kotlin.jvm.functions.Function3; /* compiled from: WidgetChangeLogSpecial.kt */ public final class WidgetChangeLogSpecial$onViewBound$1 extends o implements Function3 { public final /* synthetic */ WidgetChangeLogSpecial this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetChangeLogSpecial$onViewBound$1(WidgetChangeLogSpecial widgetChangeLogSpecial) { super(3); this.this$0 = widgetChangeLogSpecial; } /* 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, java.lang.Object, java.lang.Object] */ @Override // kotlin.jvm.functions.Function3 public /* bridge */ /* synthetic */ Unit invoke(Context context, String str, String str2) { invoke(context, str, str2); return Unit.a; } public final void invoke(Context context, String str, String str2) { m.checkNotNullParameter(context, "context"); m.checkNotNullParameter(str, "url"); WidgetChangeLogSpecial.track$default(this.this$0, "change_log_cta_clicked", g0.mapOf(c0.o.to("cta_type", "inline_link")), false, 4, null); UriHandler.handle$default(UriHandler.INSTANCE, context, str, null, 4, null); } }