NetMirror.apk
Download file
package com.facebook.react.uimanager;
import android.view.View;
import com.facebook.react.bridge.JSApplicationCausedNativeException;
/* JADX INFO: loaded from: classes.dex */
public class P extends JSApplicationCausedNativeException {
/* JADX INFO: renamed from: b, reason: collision with root package name */
private View f7354b;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public P(String str) {
super(str);
D2.h.f(str, "msg");
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public P(String str, View view, Throwable th) {
super(str, th);
D2.h.f(str, "msg");
D2.h.f(th, "cause");
this.f7354b = view;
}
}
⚠️ 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