discord-jadx/app/src/main/java/c/a/z/i0/n.java
2021-06-27 22:44:35 +02:00

21 lines
804 B
Java

package c.a.z.i0;
import android.view.View;
import com.discord.views.calls.VideoCallParticipantView;
/* compiled from: VideoCallParticipantView.kt */
public final class n implements View.OnClickListener {
public final /* synthetic */ VideoCallParticipantView i;
public final /* synthetic */ VideoCallParticipantView.ParticipantData j;
public n(VideoCallParticipantView videoCallParticipantView, VideoCallParticipantView.ParticipantData participantData) {
this.i = videoCallParticipantView;
this.j = participantData;
}
@Override // android.view.View.OnClickListener
public final void onClick(View view) {
if (this.j.b.getApplicationStream() != null) {
this.i.m.invoke(this.j.b.getApplicationStream().getEncodedStreamKey());
}
}
}