package com.discord.widgets.auth; import com.discord.app.AppLog; import d0.z.d.k; import d0.z.d.m; import kotlin.Unit; import kotlin.jvm.functions.Function2; /* compiled from: WidgetOauth2AuthorizeSamsung.kt */ public final /* synthetic */ class WidgetOauth2AuthorizeSamsung$Companion$logI$1 extends k implements Function2 { public WidgetOauth2AuthorizeSamsung$Companion$logI$1(AppLog appLog) { super(2, appLog, AppLog.class, "i", "i(Ljava/lang/String;Ljava/lang/Throwable;)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, java.lang.Object] */ @Override // kotlin.jvm.functions.Function2 public /* bridge */ /* synthetic */ Unit invoke(String str, Throwable th) { invoke(str, th); return Unit.a; } public final void invoke(String str, Throwable th) { m.checkNotNullParameter(str, "p1"); ((AppLog) this.receiver).i(str, th); } }