discord-jadx/app/src/main/java/com/discord/widgets/settings/profile/WidgetSettingsUserProfile$o...

35 lines
1.4 KiB
Java

package com.discord.widgets.settings.profile;
import androidx.fragment.app.FragmentManager;
import com.discord.widgets.user.Badge;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetSettingsUserProfile.kt */
public final class WidgetSettingsUserProfile$onViewBound$5 extends o implements Function1<Badge, Unit> {
public final /* synthetic */ WidgetSettingsUserProfile this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetSettingsUserProfile$onViewBound$5(WidgetSettingsUserProfile widgetSettingsUserProfile) {
super(1);
this.this$0 = widgetSettingsUserProfile;
}
/* 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(Badge badge) {
invoke(badge);
return Unit.a;
}
public final void invoke(Badge badge) {
m.checkNotNullParameter(badge, "it");
Badge.Companion companion = Badge.Companion;
FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager();
m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager");
companion.onBadgeClick(parentFragmentManager, this.this$0.requireContext());
}
}