discord-jadx/app/src/main/java/com/discord/stores/StoreStreamRtcConnection$ob...

22 lines
829 B
Java

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