discord-jadx/app/src/main/java/com/discord/stores/StoreAudioManagerV2$observe...

22 lines
844 B
Java

package com.discord.stores;
import com.discord.stores.StoreAudioManagerV2;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreAudioManagerV2.kt */
public final class StoreAudioManagerV2$observeAudioManagerState$1 extends o implements Function0<StoreAudioManagerV2.State> {
public final /* synthetic */ StoreAudioManagerV2 this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreAudioManagerV2$observeAudioManagerState$1(StoreAudioManagerV2 storeAudioManagerV2) {
super(0);
this.this$0 = storeAudioManagerV2;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final StoreAudioManagerV2.State mo1invoke() {
return StoreAudioManagerV2.access$getAudioManagerState(this.this$0);
}
}