discord-jadx/app/src/main/java/com/discord/widgets/user/profile/UserProfileHeaderView$Companion$bind$1.java
2021-07-24 04:37:17 +02:00

26 lines
1.3 KiB
Java

package com.discord.widgets.user.profile;
import com.discord.widgets.user.profile.UserProfileHeaderViewModel;
import d0.z.d.k;
import d0.z.d.m;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: UserProfileHeaderView.kt */
public final /* synthetic */ class UserProfileHeaderView$Companion$bind$1 extends k implements Function1<UserProfileHeaderViewModel.ViewState.Loaded, Unit> {
public UserProfileHeaderView$Companion$bind$1(UserProfileHeaderView userProfileHeaderView) {
super(1, userProfileHeaderView, UserProfileHeaderView.class, "updateViewState", "updateViewState(Lcom/discord/widgets/user/profile/UserProfileHeaderViewModel$ViewState$Loaded;)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] */
@Override // kotlin.jvm.functions.Function1
public /* bridge */ /* synthetic */ Unit invoke(UserProfileHeaderViewModel.ViewState.Loaded loaded) {
invoke(loaded);
return Unit.a;
}
public final void invoke(UserProfileHeaderViewModel.ViewState.Loaded loaded) {
m.checkNotNullParameter(loaded, "p1");
((UserProfileHeaderView) this.receiver).updateViewState(loaded);
}
}