discord-jadx/app/src/main/java/com/discord/gateway/GatewaySocket$Timer$schedul...

26 lines
812 B
Java

package com.discord.gateway;
import com.discord.gateway.GatewaySocket;
import kotlin.jvm.functions.Function0;
import rx.Subscription;
import rx.functions.Action1;
/* compiled from: GatewaySocket.kt */
public final class GatewaySocket$Timer$schedule$1<T> implements Action1<Long> {
public final /* synthetic */ Function0 $action;
public final /* synthetic */ GatewaySocket.Timer this$0;
public GatewaySocket$Timer$schedule$1(GatewaySocket.Timer timer, Function0 function0) {
this.this$0 = timer;
this.$action = function0;
}
public final void call(Long l) {
Subscription subscription = null;
try {
this.$action.mo1invoke();
} finally {
GatewaySocket.Timer.access$setSubscription$p(this.this$0, subscription);
}
}
}