浏览代码

bug fixes (material 5)

/siyaoH-1.17-PlatformMessage
xingweizhu 4 年前
当前提交
a421c514
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1
      com.unity.uiwidgets/Runtime/animation/animation_controller.cs
  2. 2
      com.unity.uiwidgets/Runtime/material/material_button.cs

1
com.unity.uiwidgets/Runtime/animation/animation_controller.cs


return true;
});
_ticker.Dispose();
_ticker = null;
base.dispose();
}

2
com.unity.uiwidgets/Runtime/material/material_button.cs


return new RawMaterialButton(
onPressed: onPressed,
onLongPress:() => onLongPress(),
onLongPress:() => onLongPress?.Invoke(),
enableFeedback: enableFeedback?? true,
onHighlightChanged: onHighlightChanged,
fillColor: buttonTheme.getFillColor(this),

正在加载...
取消
保存