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

24 lines
919 B
Java

package com.discord.stores;
import com.discord.api.stageinstance.StageInstance;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: StoreStageInstances.kt */
public final class StoreStageInstances$observeStageInstanceForChannel$1 extends o implements Function0<StageInstance> {
public final /* synthetic */ long $channelId;
public final /* synthetic */ StoreStageInstances this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreStageInstances$observeStageInstanceForChannel$1(StoreStageInstances storeStageInstances, long j) {
super(0);
this.this$0 = storeStageInstances;
this.$channelId = j;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final StageInstance mo1invoke() {
return this.this$0.getStageInstanceForChannel(this.$channelId);
}
}