From e5f55ef9db7dab4ce1d4b18d89626f3f3d512614 Mon Sep 17 00:00:00 2001 From: Shawn Date: Mon, 12 Dec 2022 11:50:24 -0700 Subject: [PATCH] Fix comments --- lib/ui/common/utils/page_routes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/common/utils/page_routes.dart b/lib/ui/common/utils/page_routes.dart index cd3d23ec..0c5166a1 100644 --- a/lib/ui/common/utils/page_routes.dart +++ b/lib/ui/common/utils/page_routes.dart @@ -7,7 +7,7 @@ class PageRoutes { // Use cupertino routes for all dialogs so we get the 'swipe right to go back' behavior return CupertinoPageRoute(builder: (_) => child); - // SB: Removed this in favor of Cupertino routes, we could restor with a `useFade` option + // SB: Removed this in favor of Cupertino routes, we could restore with a `useFade` option // return PageRouteBuilder( // transitionDuration: duration, // reverseTransitionDuration: duration,