discord-jadx/app/src/main/java/c/a/d/m0.java

17 lines
695 B
Java

package c.a.d;
import com.discord.rtcconnection.RtcConnection;
import j0.k.b;
/* compiled from: DiscordConnectService.kt */
public final class m0<T, R> implements b<RtcConnection.StateChange, Boolean> {
public static final m0 i = new m0();
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // j0.k.b
public Boolean call(RtcConnection.StateChange stateChange) {
RtcConnection.State state = stateChange.a;
return Boolean.valueOf(!(state instanceof RtcConnection.State.d) && !(state instanceof RtcConnection.State.h));
}
}