NetMirror.apk

Download file
package V;

import android.os.Handler;
import android.os.Looper;

/* JADX INFO: loaded from: classes.dex */
public class f extends b {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private static f f2673c;

    private f() {
        super(new Handler(Looper.getMainLooper()));
    }

    public static f h() {
        if (f2673c == null) {
            f2673c = new f();
        }
        return f2673c;
    }

    @Override // V.b, java.util.concurrent.Executor
    public void execute(Runnable runnable) {
        if (b()) {
            runnable.run();
        } else {
            super.execute(runnable);
        }
    }
}
Download file