discord-jadx/app/src/main/java/com/discord/gateway/GatewaySocket$Timer$postInterval$2.java
Juby210 02b39b5eaf
Enable replacing const values in jadx
Tracking changes should be much easier now.
2021-08-10 00:50:52 +02:00

10 lines
350 B
Java

package com.discord.gateway;
import rx.functions.Action1;
/* compiled from: GatewaySocket.kt */
public final class GatewaySocket$Timer$postInterval$2<T> implements Action1<Throwable> {
public static final GatewaySocket$Timer$postInterval$2 INSTANCE = new GatewaySocket$Timer$postInterval$2();
public final void call(Throwable th) {
}
}