浏览代码

Update routes.cs

/siyaoH-1.17-PlatformMessage
guanghuispark 3 年前
当前提交
691ecf1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.uiwidgets/Runtime/widgets/routes.cs

2
com.unity.uiwidgets/Runtime/widgets/routes.cs


}
}
public RoutePredicate withName(string name) {
public static RoutePredicate withName(string name) {
return (Route route) => !route.willHandlePopInternally
&& route is ModalRoute
&& route.settings.name == name;

正在加载...
取消
保存