package k4;

/* JADX INFO: loaded from: classes3.dex */
public final class v0 implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Runnable f19970a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public boolean f19971b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public boolean f19972c;

    public v0(Runnable runnable) {
        this.f19970a = runnable;
    }

    @Override // java.lang.Runnable
    public final void run() {
        if (this.f19971b) {
            return;
        }
        this.f19972c = true;
        this.f19970a.run();
    }
}
