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

24 lines
802 B
Java

package c.a.q;
import com.discord.rtcconnection.RtcConnection;
import d0.z.d.m;
import rx.functions.Action1;
/* compiled from: RtcConnection.kt */
public final class p<T> implements Action1<Boolean> {
public final /* synthetic */ RtcConnection i;
public p(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(Boolean bool) {
Boolean bool2 = bool;
this.i.s(new o(this, bool2));
RtcConnection rtcConnection = this.i;
m.checkNotNullExpressionValue(bool2, "isConnected");
rtcConnection.F = bool2.booleanValue() ? null : Long.valueOf(this.i.V.currentTimeMillis());
}
}