Skip to content

Commit

Permalink
Undeprecated GuardedAsyncTask constructor (#37864)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #37864

This was deprecated as part of bridgeless development, but since we now have `BridgelessReactContext`, which is also a `ReactContext`, this deprecation is no longer necessary.

Changelog: [Internal]

Reviewed By: rshest

Differential Revision: D46685374

fbshipit-source-id: 4d13418419ac987261b1d10bd50aeb311caadc95
  • Loading branch information
javache authored and facebook-github-bot committed Jun 21, 2023
1 parent e5c824c commit 5f7c5a8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public abstract class GuardedAsyncTask<Params, Progress> extends AsyncTask<Param

private final JSExceptionHandler mExceptionHandler;

@Deprecated
protected GuardedAsyncTask(ReactContext reactContext) {
this(reactContext.getExceptionHandler());
}
Expand Down

0 comments on commit 5f7c5a8

Please sign in to comment.