浏览代码

Fix some issues.

/main
Yuncong Zhang 6 年前
当前提交
8fe73cab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Runtime/gestures/multidrag.cs

2
Runtime/gestures/multidrag.cs


TimeSpan? delay = null)
: base(initialPosition) {
D.assert(delay != null);
this._timer = Window.instance.run(delay ?? Constants.kLongPressTimeout, this._delayPassed, true);
this._timer = Window.instance.run(delay ?? Constants.kLongPressTimeout, this._delayPassed, false);
}
Timer _timer;

正在加载...
取消
保存