discord-jadx/app/src/main/java/com/discord/stores/StoreRtcConnection$onSpeaki...

29 lines
1.1 KiB
Java

package com.discord.stores;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreRtcConnection.kt */
public final class StoreRtcConnection$onSpeaking$1 extends o implements Function0<Unit> {
public final /* synthetic */ boolean $isSpeaking;
public final /* synthetic */ long $userId;
public final /* synthetic */ StoreRtcConnection this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreRtcConnection$onSpeaking$1(StoreRtcConnection storeRtcConnection, long j, boolean z2) {
super(0);
this.this$0 = storeRtcConnection;
this.$userId = j;
this.$isSpeaking = z2;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
VoicePropsTracker access$getVoicePropsTracker$p = StoreRtcConnection.access$getVoicePropsTracker$p(this.this$0);
if (access$getVoicePropsTracker$p != null) {
access$getVoicePropsTracker$p.handleOnSpeaking(this.$userId, this.$isSpeaking);
}
}
}