Skip to content

Commit 5f7c5a8

Browse files
javachefacebook-github-bot
authored andcommitted
Undeprecated GuardedAsyncTask constructor (#37864)
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
1 parent e5c824c commit 5f7c5a8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/bridge/GuardedAsyncTask.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public abstract class GuardedAsyncTask<Params, Progress> extends AsyncTask<Param
2020

2121
private final JSExceptionHandler mExceptionHandler;
2222

23-
@Deprecated
2423
protected GuardedAsyncTask(ReactContext reactContext) {
2524
this(reactContext.getExceptionHandler());
2625
}

0 commit comments

Comments
 (0)