File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments