Skip to content

Commit

Permalink
Remove @UiThread annotation from MountingManager.addRootView()
Browse files Browse the repository at this point in the history
Summary: Removing the UiThread annotation from MountingManager.addRootView() because it doesn't seem like it's needed.

Reviewed By: mdvacca

Differential Revision: D15945819

fbshipit-source-id: 0cb9bfb2fe2889001f1c061a07518cf9734f0c16
  • Loading branch information
Emily Janzer authored and facebook-github-bot committed Jun 21, 2019
1 parent 38d974e commit 8af7e92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public MountingManager(ViewManagerRegistry viewManagerRegistry) {
mViewFactory = new ViewManagerFactory(viewManagerRegistry);
}

@UiThread
public void addRootView(int reactRootTag, View rootView) {
if (rootView.getId() != View.NO_ID) {
throw new IllegalViewOperationException(
Expand Down

0 comments on commit 8af7e92

Please sign in to comment.