discord-jadx/app/src/main/java/com/discord/widgets/changelog/WidgetChangeLog$onViewBound...

35 lines
1.5 KiB
Java

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