mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 09:29:07 +08:00
Fix broken text padding on Nodes
Summary: We were always getting LEFT explicitly, and, due to RTL support, we should be asking for START instead. Reviewed By: sriramramani Differential Revision: D3836816
This commit is contained in:
@@ -12,7 +12,6 @@ package com.facebook.react.flat;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
import java.util.List;
|
||||
|
||||
import android.util.SparseArray;
|
||||
|
||||
Reference in New Issue
Block a user