mirror of
https://github.com/status-im/react-native.git
synced 2025-02-22 14:18:23 +00:00
Cleaning up imports in ViewGroupManager
Summary: Trivial cleanup of imports in ViewGroupManager class Reviewed By: shergin Differential Revision: D10343029 fbshipit-source-id: 0b049df545a4101f11dd67809c9a96723e746945
This commit is contained in:
parent
ca3a6e8f13
commit
082a869dae
@ -7,16 +7,10 @@
|
||||
|
||||
package com.facebook.react.uimanager;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
import java.util.Collections;
|
||||
import java.util.Comparator;
|
||||
import java.util.List;
|
||||
import java.util.WeakHashMap;
|
||||
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.WeakHashMap;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user