discord-jadx/app/src/main/java/com/discord/utilities/voice/CallSoundManager$subscribeT...

23 lines
841 B
Java

package com.discord.utilities.voice;
import com.discord.utilities.media.AppSound;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: CallSoundManager.kt */
public final class CallSoundManager$subscribeToStoreState$2 extends o implements Function0<Unit> {
public final /* synthetic */ CallSoundManager this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public CallSoundManager$subscribeToStoreState$2(CallSoundManager callSoundManager) {
super(0);
this.this$0 = callSoundManager;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
CallSoundManager.access$getAppSoundManager$p(this.this$0).stop(AppSound.Companion.getSOUND_CALL_CALLING());
}
}