discord-jadx/app/src/main/java/com/discord/widgets/voice/controls/VoiceControlsSheetView$conf...

18 lines
616 B
Java

package com.discord.widgets.voice.controls;
import android.view.View;
import kotlin.jvm.functions.Function0;
/* compiled from: VoiceControlsSheetView.kt */
public final class VoiceControlsSheetView$configureScreenshareButtons$1 implements View.OnClickListener {
public final /* synthetic */ Function0 $onScreenshareClick;
public VoiceControlsSheetView$configureScreenshareButtons$1(Function0 function0) {
this.$onScreenshareClick = function0;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
this.$onScreenshareClick.mo1invoke();
}
}