浏览代码

this line is problematic (cause scoll input assertion failures) and not existing in flutter. remove it might be ok?

/siyaoH-1.17-PlatformMessage
Xingwei Zhu 3 年前
当前提交
3edd1d84
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 2
      com.unity.uiwidgets/Runtime/gestures/binding.cs

2
com.unity.uiwidgets/Runtime/gestures/binding.cs


if (evt is PointerDownEvent) {
_hitTests[evt.pointer] = hitTestResult;
}
_hitTests[evt.pointer] = hitTestResult;
D.assert(() => {
if (D.debugPrintHitTestResults) {
Debug.LogFormat("{0}: {1}", evt, hitTestResult);

正在加载...
取消
保存