mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-10 10:00:16 +08:00
Fix leak in Nodes due to removeClippedSubviews
Reviewed By: astreet Differential Revision: D3337513 fbshipit-source-id: b7b798f024488cd19cdcf93aee7f99eed512dd6a
This commit is contained in:
committed by
Facebook Github Bot 8
parent
0a027167de
commit
caa2baee9d
@@ -466,7 +466,7 @@ public class NativeViewHierarchyManager {
|
||||
/**
|
||||
* Releases all references to given native View.
|
||||
*/
|
||||
protected final void dropView(View view) {
|
||||
protected void dropView(View view) {
|
||||
UiThreadUtil.assertOnUiThread();
|
||||
if (!mRootTags.get(view.getId())) {
|
||||
// For non-root views we notify viewmanager with {@link ViewManager#onDropInstance}
|
||||
|
||||
Reference in New Issue
Block a user