package com.discord.widgets.friends; import androidx.fragment.app.FragmentManager; import c0.z.d.m; import c0.z.d.o; import com.discord.widgets.user.usersheet.WidgetUserSheet; import kotlin.Unit; import kotlin.jvm.functions.Function1; /* compiled from: WidgetFriendsFindNearby.kt */ public final class WidgetFriendsFindNearby$onViewBound$4 extends o implements Function1 { public final /* synthetic */ WidgetFriendsFindNearby this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetFriendsFindNearby$onViewBound$4(WidgetFriendsFindNearby widgetFriendsFindNearby) { super(1); this.this$0 = widgetFriendsFindNearby; } /* 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(Long l) { invoke(l.longValue()); return Unit.a; } public final void invoke(long j) { WidgetUserSheet.Companion companion = WidgetUserSheet.Companion; FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager(); m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager"); WidgetUserSheet.Companion.show$default(companion, j, null, parentFragmentManager, null, null, null, null, 122, null); } }