discord-jadx/app/src/main/java/com/discord/widgets/user/profile/UserProfileConnectionsView$...

27 lines
1.2 KiB
Java

package com.discord.widgets.user.profile;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function3;
/* compiled from: UserProfileConnectionsView.kt */
public final class UserProfileConnectionsView$ConnectedAccountsAdapter$onConnectedAccountClick$1 extends o implements Function3<String, Integer, String, Unit> {
public static final UserProfileConnectionsView$ConnectedAccountsAdapter$onConnectedAccountClick$1 INSTANCE = new UserProfileConnectionsView$ConnectedAccountsAdapter$onConnectedAccountClick$1();
public UserProfileConnectionsView$ConnectedAccountsAdapter$onConnectedAccountClick$1() {
super(3);
}
/* 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(String str, Integer num, String str2) {
invoke(str, num.intValue(), str2);
return Unit.a;
}
public final void invoke(String str, int i, String str2) {
m.checkNotNullParameter(str, "<anonymous parameter 0>");
}
}