discord-jadx/app/src/main/java/com/discord/widgets/stage/sheet/WidgetStageModeratorJoinBottomSheet$onViewCreated$1.java
2021-10-15 08:18:26 +02:00

57 lines
2.7 KiB
Java

package com.discord.widgets.stage.sheet;
import android.view.View;
import c.a.d.m;
import c0.z.d.o;
import com.discord.R;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: WidgetStageModeratorJoinBottomSheet.kt */
public final class WidgetStageModeratorJoinBottomSheet$onViewCreated$1 implements View.OnClickListener {
public final /* synthetic */ WidgetStageModeratorJoinBottomSheet this$0;
/* compiled from: WidgetStageModeratorJoinBottomSheet.kt */
/* renamed from: com.discord.widgets.stage.sheet.WidgetStageModeratorJoinBottomSheet$onViewCreated$1$1 reason: invalid class name */
public static final class AnonymousClass1 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetStageModeratorJoinBottomSheet$onViewCreated$1 this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public AnonymousClass1(WidgetStageModeratorJoinBottomSheet$onViewCreated$1 widgetStageModeratorJoinBottomSheet$onViewCreated$1) {
super(0);
this.this$0 = widgetStageModeratorJoinBottomSheet$onViewCreated$1;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo17invoke() {
m.g(this.this$0.this$0.getContext(), R.string.stage_channel_permission_microphone_denied, 0, null, 12);
}
}
/* compiled from: WidgetStageModeratorJoinBottomSheet.kt */
/* renamed from: com.discord.widgets.stage.sheet.WidgetStageModeratorJoinBottomSheet$onViewCreated$1$2 reason: invalid class name */
public static final class AnonymousClass2 extends o implements Function0<Unit> {
public final /* synthetic */ WidgetStageModeratorJoinBottomSheet$onViewCreated$1 this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public AnonymousClass2(WidgetStageModeratorJoinBottomSheet$onViewCreated$1 widgetStageModeratorJoinBottomSheet$onViewCreated$1) {
super(0);
this.this$0 = widgetStageModeratorJoinBottomSheet$onViewCreated$1;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo17invoke() {
WidgetStageModeratorJoinBottomSheet.access$setSelfSpeaker(this.this$0.this$0);
}
}
public WidgetStageModeratorJoinBottomSheet$onViewCreated$1(WidgetStageModeratorJoinBottomSheet widgetStageModeratorJoinBottomSheet) {
this.this$0 = widgetStageModeratorJoinBottomSheet;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
this.this$0.requestMicrophone(new AnonymousClass1(this), new AnonymousClass2(this));
}
}