package com.discord.widgets.stage.sheet; import c0.z.d.m; import c0.z.d.o; import com.discord.utilities.view.recycler.MaxHeightRecyclerView; import kotlin.jvm.functions.Function0; /* compiled from: WidgetStageRaisedHandsBottomSheet.kt */ public final class WidgetStageRaisedHandsBottomSheet$adapter$2 extends o implements Function0 { public final /* synthetic */ WidgetStageRaisedHandsBottomSheet this$0; /* JADX INFO: super call moved to the top of the method (can break code semantics) */ public WidgetStageRaisedHandsBottomSheet$adapter$2(WidgetStageRaisedHandsBottomSheet widgetStageRaisedHandsBottomSheet) { super(0); this.this$0 = widgetStageRaisedHandsBottomSheet; } @Override // kotlin.jvm.functions.Function0 /* renamed from: invoke */ public final WidgetStageRaisedHandsBottomSheetAdapter mo17invoke() { MaxHeightRecyclerView maxHeightRecyclerView = WidgetStageRaisedHandsBottomSheet.access$getBinding$p(this.this$0).e; m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.stageRaisedHandsRecycler"); return new WidgetStageRaisedHandsBottomSheetAdapter(maxHeightRecyclerView); } }