discord-jadx/app/src/main/java/b/a/d/k0.java

16 lines
545 B
Java
Raw Normal View History

2021-12-21 23:37:30 +00:00
package b.a.d;
2021-06-27 20:44:35 +00:00
import com.discord.rtcconnection.RtcConnection;
2021-11-08 18:25:28 +00:00
import j0.k.b;
2021-06-27 20:44:35 +00:00
/* compiled from: DiscordConnectService.kt */
2022-03-02 20:59:20 +00:00
/* loaded from: classes.dex */
2022-04-04 20:51:55 +00:00
public final class k0<T, R> implements b<RtcConnection.StateChange, Boolean> {
2021-12-17 22:03:14 +00:00
public static final k0 j = new k0();
2021-06-27 20:44:35 +00:00
2021-11-08 18:25:28 +00:00
@Override // j0.k.b
2022-04-04 20:51:55 +00:00
public Boolean call(RtcConnection.StateChange stateChange) {
RtcConnection.State state = stateChange.a;
return Boolean.valueOf(!(state instanceof RtcConnection.State.d) && !(state instanceof RtcConnection.State.h));
2021-06-27 20:44:35 +00:00
}
}