discord-jadx/app/src/main/java/com/discord/widgets/stage/discovery/StageCardViewHolder$onConfigure$3.java
2021-07-24 04:37:17 +02:00

23 lines
898 B
Java

package com.discord.widgets.stage.discovery;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: DiscoveryViewHolder.kt */
public final class StageCardViewHolder$onConfigure$3 extends o implements Function0<Unit> {
public final /* synthetic */ long $channelId;
public final /* synthetic */ StageCardViewHolder this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StageCardViewHolder$onConfigure$3(StageCardViewHolder stageCardViewHolder, long j) {
super(0);
this.this$0 = stageCardViewHolder;
this.$channelId = j;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
StageCardViewHolder.access$getAdapter$p(this.this$0).getOnExitStageClick().invoke(Long.valueOf(this.$channelId));
}
}