Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit f4827c8

Browse files
author
guanghuispark
committed
Update navigator.cs
1 parent d4a02b4 commit f4827c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.uiwidgets/Runtime/widgets/navigator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,7 @@ public Route _routeNamed<T>(string name, object arguments, bool allowNull = fals
16721672

16731673
return true;
16741674
});
1675-
route = widget.onUnknownRoute(settings) as Route<T>;
1675+
route = widget.onUnknownRoute(settings);
16761676
D.assert(() => {
16771677
if (route == null) {
16781678
throw new UIWidgetsError(

0 commit comments

Comments
 (0)