discord-jadx/app/src/main/java/com/discord/widgets/voice/controls/VoiceControlsSheetView$configureRaiseHandButton$$inlined$apply$lambda$1.java

28 lines
1.3 KiB
Java
Raw Normal View History

2021-07-24 02:37:17 +00:00
package com.discord.widgets.voice.controls;
import android.view.View;
import com.discord.widgets.stage.StageRoles;
import com.discord.widgets.voice.model.CallModel;
import kotlin.jvm.functions.Function0;
/* compiled from: VoiceControlsSheetView.kt */
public final class VoiceControlsSheetView$configureRaiseHandButton$$inlined$apply$lambda$1 implements View.OnClickListener {
public final /* synthetic */ boolean $isUpdatingRequestToSpeak$inlined;
public final /* synthetic */ CallModel $model$inlined;
public final /* synthetic */ Function0 $onRaiseHandClick$inlined;
public final /* synthetic */ StageRoles $stageRoles$inlined;
public final /* synthetic */ VoiceControlsSheetView this$0;
public VoiceControlsSheetView$configureRaiseHandButton$$inlined$apply$lambda$1(VoiceControlsSheetView voiceControlsSheetView, StageRoles stageRoles, CallModel callModel, boolean z2, Function0 function0) {
this.this$0 = voiceControlsSheetView;
this.$stageRoles$inlined = stageRoles;
this.$model$inlined = callModel;
this.$isUpdatingRequestToSpeak$inlined = z2;
this.$onRaiseHandClick$inlined = function0;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
this.$onRaiseHandClick$inlined.mo1invoke();
}
}