package p138.p139.p140.p141;

import java.util.concurrent.Future;
import p138.p139.p140.p142.C2802;

/* JADX INFO: renamed from: ދ.֏.֏.֏.ޥ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes.dex */
public final class RunnableC2801 implements Runnable {

    /* JADX INFO: renamed from: ރ, reason: contains not printable characters */
    public final /* synthetic */ Future f8628;

    /* JADX INFO: renamed from: ބ, reason: contains not printable characters */
    public final /* synthetic */ Runnable f8629;

    public RunnableC2801(Future future, Runnable runnable) {
        this.f8628 = future;
        this.f8629 = runnable;
    }

    @Override // java.lang.Runnable
    public final void run() {
        if (this.f8628.isDone() || this.f8628.isCancelled()) {
            return;
        }
        this.f8628.cancel(true);
        C2802.m4859("BillingClient", "Async task is taking too long, cancel it!");
        Runnable runnable = this.f8629;
        if (runnable != null) {
            runnable.run();
        }
    }
}
