Remove referenced to dropped views

Reviewed By: ahmedre

Differential Revision: D2757310

fb-gh-sync-id: 2ac97476823879d60dac63920f5e7f086872888a
This commit is contained in:
Denis Koroskin 2015-12-16 10:05:43 -08:00 коммит произвёл facebook-github-bot-7
Родитель e5e846ab0a
Коммит 42a1620b1e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -420,7 +420,7 @@ public class NativeViewHierarchyManager {
/**
* Releases all references to given native View.
*/
private void dropView(View view) {
protected final void dropView(View view) {
UiThreadUtil.assertOnUiThread();
if (!mRootTags.get(view.getId())) {
// For non-root views we notify viewmanager with {@link ViewManager#onDropInstance}