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

17 lines
695 B
Java
Raw Normal View History

2021-12-17 21:59:34 +00:00
package b.a.d;
2021-07-24 02:37:17 +00:00
2021-08-13 06:23:11 +00:00
import com.discord.rtcconnection.RtcConnection;
2021-11-02 06:38:17 +00:00
import j0.k.b;
2021-08-13 06:23:11 +00:00
/* compiled from: DiscordConnectService.kt */
public final class j0<T, R> implements b<RtcConnection.StateChange, Boolean> {
2021-12-02 18:53:44 +00:00
public static final j0 j = new j0();
2021-07-24 02:37:17 +00:00
/* Return type fixed from 'java.lang.Object' to match base method */
2021-08-13 06:23:11 +00:00
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
2021-11-02 06:38:17 +00:00
@Override // j0.k.b
2021-08-13 06:23:11 +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-07-24 02:37:17 +00:00
}
}