浏览代码

warning fix

/main
xingwei.zhu 6 年前
当前提交
fcb3d27b
共有 2 个文件被更改,包括 0 次插入2 次删除
  1. 1
      Runtime/material/app_bar.cs
  2. 1
      Runtime/material/flexible_space_bar.cs

1
Runtime/material/app_bar.cs


return this.centerTitle;
}
D.assert(themeData.platform != null);
switch (themeData.platform) {
case RuntimePlatform.IPhonePlayer:
return this.actions == null || this.actions.Count < 2;

1
Runtime/material/flexible_space_bar.cs


return this.widget.centerTitle;
}
D.assert(themeData.platform != null);
switch (themeData.platform) {
case RuntimePlatform.IPhonePlayer:
return true;

正在加载...
取消
保存