Skip to content

Commit

Permalink
Update task_details.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
its-me-abhishek committed Dec 16, 2023
1 parent 5c22983 commit ede05c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/task_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class _DetailRouteState extends State<DetailRoute> {
(Route<dynamic> route) => false);
}
// ignore: use_build_context_synchronously
return await showDialog(
return showDialog(
context: context,
builder: (context) {
return AlertDialog(
Expand Down

0 comments on commit ede05c5

Please sign in to comment.