Fix appendChild

Reviewed By: mdvacca

Differential Revision: D7128443

fbshipit-source-id: 4eedea4df2b636eb9589cbe5e84c5c6a8aa33539
This commit is contained in:
Andrew Chen (Eng)
2018-03-01 16:51:49 -08:00
committed by Facebook Github Bot
parent 6404529b76
commit 78b30659bc
2 changed files with 13 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ import java.util.Comparator;
* Data structure that couples view tag to it's index in parent view. Used for managing children
* operation.
*/
/* package */ class ViewAtIndex {
public class ViewAtIndex {
public static Comparator<ViewAtIndex> COMPARATOR = new Comparator<ViewAtIndex>() {
@Override
public int compare(ViewAtIndex lhs, ViewAtIndex rhs) {