discord-jadx/app/src/main/java/com/discord/stores/StoreVoiceChannelSelected$s...

28 lines
1.1 KiB
Java

package com.discord.stores;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
import rx.subjects.PublishSubject;
/* compiled from: StoreVoiceChannelSelected.kt */
public final class StoreVoiceChannelSelected$selectVoiceChannel$1 extends o implements Function0<Unit> {
public final /* synthetic */ long $channelId;
public final /* synthetic */ PublishSubject $resultSubject;
public final /* synthetic */ StoreVoiceChannelSelected this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreVoiceChannelSelected$selectVoiceChannel$1(StoreVoiceChannelSelected storeVoiceChannelSelected, long j, PublishSubject publishSubject) {
super(0);
this.this$0 = storeVoiceChannelSelected;
this.$channelId = j;
this.$resultSubject = publishSubject;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final void mo1invoke() {
this.$resultSubject.j.onNext(StoreVoiceChannelSelected.access$selectVoiceChannelInternal(this.this$0, this.$channelId, false));
this.$resultSubject.j.onCompleted();
}
}