discord-jadx/app/src/main/java/com/discord/utilities/media/AppSoundManager$play$1.java

26 lines
837 B
Java

package com.discord.utilities.media;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: AppSoundManager.kt */
public final class AppSoundManager$play$1 extends o implements Function0<Unit> {
public final /* synthetic */ AppSound $sound;
public final /* synthetic */ AppSoundManager this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public AppSoundManager$play$1(AppSoundManager appSoundManager, AppSound appSound) {
super(0);
this.this$0 = appSoundManager;
this.$sound = appSound;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
if (!this.$sound.getShouldLoop()) {
this.this$0.stop(this.$sound);
}
}
}