Standardize button actions in confirm dialog

This commit is contained in:
dab246
2025-08-26 16:42:41 +07:00
committed by Dat H. Pham
parent e26e0be51d
commit ff0ac57c1d
10 changed files with 39 additions and 43 deletions
@@ -94,7 +94,6 @@ mixin MailboxActionHandlerMixin {
);
}
},
onCancelAction: popBack,
);
}
}
@@ -147,7 +146,6 @@ mixin MailboxActionHandlerMixin {
);
}
},
onCancelAction: popBack
);
}
}