discord-jadx/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBottomSheet$adapter$2.java

25 lines
1.2 KiB
Java
Raw Normal View History

2021-08-03 07:33:18 +00:00
package com.discord.widgets.stage.sheet;
2021-10-15 06:18:26 +00:00
import c0.z.d.m;
import c0.z.d.o;
2021-08-03 07:33:18 +00:00
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<WidgetStageRaisedHandsBottomSheetAdapter> {
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 */
2021-10-15 06:18:26 +00:00
public final WidgetStageRaisedHandsBottomSheetAdapter mo17invoke() {
2021-08-03 07:33:18 +00:00
MaxHeightRecyclerView maxHeightRecyclerView = WidgetStageRaisedHandsBottomSheet.access$getBinding$p(this.this$0).e;
m.checkNotNullExpressionValue(maxHeightRecyclerView, "binding.stageRaisedHandsRecycler");
return new WidgetStageRaisedHandsBottomSheetAdapter(maxHeightRecyclerView);
}
}