discord-jadx/app/src/main/java/com/discord/stores/StoreAnalytics$trackMediaSe...

26 lines
1.1 KiB
Java

package com.discord.stores;
import com.discord.utilities.analytics.AnalyticsTracker;
import d0.z.d.o;
import java.util.Map;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreAnalytics.kt */
public final class StoreAnalytics$trackMediaSessionJoined$1 extends o implements Function0<Unit> {
public final /* synthetic */ Map $properties;
public final /* synthetic */ StoreAnalytics this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreAnalytics$trackMediaSessionJoined$1(StoreAnalytics storeAnalytics, Map map) {
super(0);
this.this$0 = storeAnalytics;
this.$properties = map;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
AnalyticsTracker.INSTANCE.mediaSessionJoined(this.$properties, StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(StoreAnalytics.access$getStores$p(this.this$0).getVoiceChannelSelected$app_productionBetaRelease().getLastSelectedVoiceChannelId()));
}
}