discord-jadx/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageRaisedHandsBotto...

38 lines
1.9 KiB
Java

package com.discord.widgets.stage.sheet;
import androidx.fragment.app.FragmentManager;
import com.discord.stores.StoreVoiceParticipants;
import com.discord.widgets.user.usersheet.WidgetUserSheet;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: WidgetStageRaisedHandsBottomSheet.kt */
public final class WidgetStageRaisedHandsBottomSheet$onViewCreated$2 extends o implements Function1<StoreVoiceParticipants.VoiceUser, Unit> {
public final /* synthetic */ WidgetStageRaisedHandsBottomSheet this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public WidgetStageRaisedHandsBottomSheet$onViewCreated$2(WidgetStageRaisedHandsBottomSheet widgetStageRaisedHandsBottomSheet) {
super(1);
this.this$0 = widgetStageRaisedHandsBottomSheet;
}
/* 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(StoreVoiceParticipants.VoiceUser voiceUser) {
invoke(voiceUser);
return Unit.a;
}
public final void invoke(StoreVoiceParticipants.VoiceUser voiceUser) {
m.checkNotNullParameter(voiceUser, "voiceUser");
WidgetUserSheet.Companion companion = WidgetUserSheet.Companion;
long id2 = voiceUser.getUser().getId();
Long valueOf = Long.valueOf(WidgetStageRaisedHandsBottomSheet.access$getChannelId$p(this.this$0));
FragmentManager parentFragmentManager = this.this$0.getParentFragmentManager();
m.checkNotNullExpressionValue(parentFragmentManager, "parentFragmentManager");
WidgetUserSheet.Companion.show$default(companion, id2, valueOf, parentFragmentManager, null, null, null, null, 120, null);
}
}