Skip to content

Commit

Permalink
Back out "Reset RootView ID when root view is detached from view hier…
Browse files Browse the repository at this point in the history
…archy"

Summary:
Original commit changeset: 5e607f34cf42

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D21757847

fbshipit-source-id: 96caf39f2ee99f64c96ebac9836ca178a7513cf1
  • Loading branch information
JoshuaGross authored and facebook-github-bot committed May 28, 2020
1 parent 8da92d7 commit 5cde6c5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -840,9 +840,6 @@ public void detachRootView(ReactRoot reactRoot) {
detachViewFromInstance(reactRoot, currentContext.getCatalystInstance());
}
}

// Reset reactRoot content in case it's reused
clearReactRoot(reactRoot);
}
}

Expand Down

0 comments on commit 5cde6c5

Please sign in to comment.