Skip to content

Commit 3f9f58f

Browse files
remove extra params
1 parent 752933c commit 3f9f58f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/drawer/nav_drawer.dart

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,6 @@ Future<void> _showExitConfirmationDialog(BuildContext context) async {
213213
barrierDismissible: false, // Prevents closing the dialog by tapping outside
214214
builder: (BuildContext context) {
215215
return Utils.showAlertDialog(
216-
surfaceTintColor: AppSettings.isDarkMode
217-
? TaskWarriorColors.kdialogBackGroundColor
218-
: TaskWarriorColors.kLightDialogBackGroundColor,
219-
shadowColor: AppSettings.isDarkMode
220-
? TaskWarriorColors.kdialogBackGroundColor
221-
: TaskWarriorColors.kLightDialogBackGroundColor,
222-
backgroundColor: AppSettings.isDarkMode
223-
? TaskWarriorColors.kdialogBackGroundColor
224-
: TaskWarriorColors.kLightDialogBackGroundColor,
225216
title: Text(
226217
'Exit App',
227218
style: TextStyle(

0 commit comments

Comments
 (0)