Skip to content

Commit

Permalink
do not destroy instance when handling exception
Browse files Browse the repository at this point in the history
Differential Revision: D2502513
  • Loading branch information
foghina authored and facebook-github-bot-4 committed Oct 2, 2015
1 parent eee2fd1 commit 3dcc234
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,6 @@ public void handleException(Exception e) {
// framework/native code, it was triggered by JS and theoretically since we were able
// to set up the bridge, JS could change its logic, reload, and not trigger that crash.
mNativeModuleCallExceptionHandler.handleException(e);
mCatalystQueueConfiguration.getUIQueueThread().runOnQueue(
new Runnable() {
@Override
public void run() {
destroy();
}
});
}
}

Expand Down

0 comments on commit 3dcc234

Please sign in to comment.