浏览代码

fix bottom navigation bar bug

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

2
Runtime/material/bottom_navigation_bar.cs


child: text
);
}
else if (this.showUnselectedLabels) {
else if (!this.showUnselectedLabels) {
text = new FadeTransition(
opacity: this.animation,
child: text

正在加载...
取消
保存