mirror of
https://github.com/qinglong-app/qinglong_app.git
synced 2025-10-09 16:48:19 +08:00
format code
This commit is contained in:
@@ -38,7 +38,7 @@ class _HomePageState extends ConsumerState<HomePage> {
|
||||
actions.add(InkWell(
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
Routes.route_AddTask,
|
||||
Routes.routeAddTask,
|
||||
);
|
||||
},
|
||||
child: const Padding(
|
||||
@@ -58,7 +58,7 @@ class _HomePageState extends ConsumerState<HomePage> {
|
||||
actions.add(InkWell(
|
||||
onTap: () {
|
||||
Navigator.of(context).pushNamed(
|
||||
Routes.route_AddEnv,
|
||||
Routes.routeAddEnv,
|
||||
);
|
||||
},
|
||||
child: const Padding(
|
||||
|
||||
Reference in New Issue
Block a user