mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-07 22:40:55 +08:00
Remove unused onNativeException delegate method
Reviewed By: mhorowitz Differential Revision: D4597914 fbshipit-source-id: 82a109d1e6d8b0c93380840c22ec74dc75ab1a45
This commit is contained in:
committed by
Facebook Github Bot
parent
d7b37c4050
commit
73e81b87d3
@@ -168,14 +168,6 @@ public class CatalystInstanceImpl implements CatalystInstance {
|
||||
impl.decrementPendingJSCalls();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onNativeException(Exception e) {
|
||||
CatalystInstanceImpl impl = mOuter.get();
|
||||
if (impl != null) {
|
||||
impl.onNativeException(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
private native void initializeBridge(
|
||||
|
||||
@@ -21,7 +21,4 @@ import com.facebook.proguard.annotations.DoNotStrip;
|
||||
|
||||
@DoNotStrip
|
||||
void decrementPendingJSCalls();
|
||||
|
||||
@DoNotStrip
|
||||
void onNativeException(Exception e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user