Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisheksharma010 committed Jan 29, 2024
2 parents 32b39f8 + 0fe7ac4 commit 12ced5c
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 203 deletions.
3 changes: 3 additions & 0 deletions lib/services/task_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ class _DetailRouteState extends State<DetailRoute> {
saveChanges();
Navigator.of(context).pushNamedAndRemoveUntil(
HomePage.routeName,

(route) => false,
(route) => false,

);
setState(() {});
},
Expand Down
Loading

0 comments on commit 12ced5c

Please sign in to comment.