NetMirror.apk
Download file
package com.facebook.react.modules.blob;
import D2.h;
import com.facebook.react.bridge.JavaScriptContextHolder;
import com.facebook.react.bridge.ReactContext;
import com.facebook.react.modules.blob.BlobCollector;
import com.facebook.soloader.SoLoader;
/* JADX INFO: loaded from: classes.dex */
public final class BlobCollector {
/* JADX INFO: renamed from: a, reason: collision with root package name */
public static final BlobCollector f6884a = new BlobCollector();
static {
SoLoader.t("reactnativeblob");
}
private BlobCollector() {
}
public static final void b(final ReactContext reactContext, final BlobModule blobModule) {
h.f(reactContext, "reactContext");
h.f(blobModule, "blobModule");
reactContext.runOnJSQueueThread(new Runnable() { // from class: z1.a
@Override // java.lang.Runnable
public final void run() {
BlobCollector.c(reactContext, blobModule);
}
});
}
/* JADX INFO: Access modifiers changed from: private */
public static final void c(ReactContext reactContext, BlobModule blobModule) {
JavaScriptContextHolder javaScriptContextHolder = reactContext.getJavaScriptContextHolder();
if (javaScriptContextHolder == null || javaScriptContextHolder.get() == 0) {
return;
}
f6884a.nativeInstall(blobModule, javaScriptContextHolder.get());
}
private final native void nativeInstall(Object obj, long j3);
}
⚠️ This content was hidden by an advertisement filtering extension in your browser. Please disable it and reload the page to access the decompiled content.
We only display one small text ad to keep this service free. Here's what it looks like:
Read the Docs for Business: You write the docs. We do the rest.
Try it today!Ad by EthicalAds
Download file