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

30 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$updateViewState$1 extends o implements Function3<String, Integer, String, Unit> {
public final /* synthetic */ Function3 $onConnectedAccountClick;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public UserProfileConnectionsView$updateViewState$1(Function3 function3) {
super(3);
this.$onConnectedAccountClick = function3;
}
/* 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, "username");
this.$onConnectedAccountClick.invoke(str, Integer.valueOf(i), str2);
}
}