mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 22:42:13 +08:00
Fix element inspector
Differential Revision: D2513268 fb-gh-sync-id: c0c91cc96926eb6d222c7cbc8855342e8594a09f
This commit is contained in:
committed by
facebook-github-bot-6
parent
0de9e0104a
commit
a876b234c6
@@ -632,8 +632,8 @@ public class UIManagerModule extends ReactContextBaseJavaModule implements
|
||||
final Callback callback) {
|
||||
mOperationsQueue.enqueueFindTargetForTouch(
|
||||
reactTag,
|
||||
point.getInt(0),
|
||||
point.getInt(1),
|
||||
Math.round(PixelUtil.toPixelFromDIP(point.getDouble(0))),
|
||||
Math.round(PixelUtil.toPixelFromDIP(point.getDouble(1))),
|
||||
callback);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user