浏览代码

fix background color bug

/main
xingwei.zhu 5 年前
当前提交
70f3a16d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      Runtime/material/bottom_navigation_bar.cs

1
Runtime/material/bottom_navigation_bar.cs


Color backgroundColor = null;
switch (this.widget.type) {
case BottomNavigationBarType.fix:
backgroundColor = this.widget.backgroundColor;
break;
case BottomNavigationBarType.shifting:
backgroundColor = this._backgroundColor;

正在加载...
取消
保存