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

29 lines
1.4 KiB
Java

package com.discord.stores;
import com.discord.api.channel.Channel;
import com.discord.utilities.analytics.AnalyticsTracker;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreAnalytics.kt */
public final class StoreAnalytics$trackShowCallFeedbackSheet$1 extends o implements Function0<Unit> {
public final /* synthetic */ long $channelId;
public final /* synthetic */ StoreAnalytics this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreAnalytics$trackShowCallFeedbackSheet$1(StoreAnalytics storeAnalytics, long j) {
super(0);
this.this$0 = storeAnalytics;
this.$channelId = j;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
Channel findChannelByIdInternal$app_productionBetaRelease = StoreAnalytics.access$getStores$p(this.this$0).getChannels$app_productionBetaRelease().findChannelByIdInternal$app_productionBetaRelease(this.$channelId);
if (findChannelByIdInternal$app_productionBetaRelease != null) {
AnalyticsTracker.INSTANCE.openCallFeedbackSheet(findChannelByIdInternal$app_productionBetaRelease.f(), findChannelByIdInternal$app_productionBetaRelease.h(), findChannelByIdInternal$app_productionBetaRelease.A());
}
}
}