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

22 lines
857 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$observeConnectionQuality$1 extends o implements Function0<RtcConnection.Quality> {
public final /* synthetic */ StoreStreamRtcConnection this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreStreamRtcConnection$observeConnectionQuality$1(StoreStreamRtcConnection storeStreamRtcConnection) {
super(0);
this.this$0 = storeStreamRtcConnection;
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final RtcConnection.Quality mo1invoke() {
return this.this$0.getState().getConnectionQuality();
}
}