discord-jadx/app/src/main/java/c/a/r/q.java

23 lines
746 B
Java

package c.a.r;
import c.d.b.a.a;
import com.discord.rtcconnection.RtcConnection;
import rx.functions.Action1;
/* compiled from: RtcConnection.kt */
public final class q<T> implements Action1<Throwable> {
public final /* synthetic */ RtcConnection i;
public q(RtcConnection rtcConnection) {
this.i = rtcConnection;
}
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // rx.functions.Action1
public void call(Throwable th) {
RtcConnection rtcConnection = this.i;
StringBuilder L = a.L("failed to handle connectivity change in ");
L.append(this.i.k);
RtcConnection.o(rtcConnection, L.toString(), th, null, 4);
}
}